diff options
| author | raveit65 <[email protected]> | 2021-04-23 18:25:31 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2021-04-23 18:25:31 +0200 |
| commit | f3b713ac327f13a329e482e879bd5741023894f7 (patch) | |
| tree | d8abbe16afe7eb864763146e02bf897b2b288b85 | |
| parent | 52aee42019d3aae77511cb57c904f88452f2f42d (diff) | |
| download | mate-calc-f3b713ac327f13a329e482e879bd5741023894f7.tar.bz2 mate-calc-f3b713ac327f13a329e482e879bd5741023894f7.tar.xz | |
travis: disable travis builds for ubuntu
Sadly, there is a limit for free builds at docker.com
See discussion
https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7eab58b..52d5e62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |
