diff options
author | raveit65 <[email protected]> | 2021-04-23 14:28:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 14:28:20 +0200 |
commit | e6d951bd64c7d61d0f3164b3e358a44e19f8644f (patch) | |
tree | c98f3b50f59621bd3be35a3749cd75ee121ffd6f | |
parent | 0ccb372e537324cbe77c1daf02e2d78357f34503 (diff) | |
download | mate-applets-e6d951bd64c7d61d0f3164b3e358a44e19f8644f.tar.bz2 mate-applets-e6d951bd64c7d61d0f3164b3e358a44e19f8644f.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 1e0e15d2..4baa2348 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" |