diff options
author | raveit65 <[email protected]> | 2021-04-23 14:28:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 14:30:58 +0200 |
commit | 27955ed96d254df6f6e375541a315a3a6a4acd63 (patch) | |
tree | b5031cd91a983f697fd0ccd3f624f1129f0f09b5 | |
parent | 72099d70e5bd11bdd505c8e8728ea22feea79307 (diff) | |
download | mate-applets-27955ed96d254df6f6e375541a315a3a6a4acd63.tar.bz2 mate-applets-27955ed96d254df6f6e375541a315a3a6a4acd63.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 b735dd24..47a94d96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |