diff options
author | raveit65 <[email protected]> | 2021-04-23 18:36:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 18:37:08 +0200 |
commit | 2396b04c9d2b15ab8a35d6d11a9134a6a6d2117a (patch) | |
tree | 81b1da2f64820bbfc85fda4172994668b6b849c7 | |
parent | a6c9bf9cd880866a7f0cc79da80f97fe73c1b642 (diff) | |
download | mate-control-center-2396b04c9d2b15ab8a35d6d11a9134a6a6d2117a.tar.bz2 mate-control-center-2396b04c9d2b15ab8a35d6d11a9134a6a6d2117a.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 1b1e1016..714e2dd9 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" |