diff options
author | raveit65 <[email protected]> | 2021-04-25 15:39:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 15:39:30 +0200 |
commit | dd0a8948c378bb9384bace82cb3b9203c4955f21 (patch) | |
tree | ae3d56a2cfbf2aeb581bb4778bf039e6b158f281 | |
parent | 60f804dd3a0a8196ef42f11a85054330c96dd507 (diff) | |
download | mate-terminal-dd0a8948c378bb9384bace82cb3b9203c4955f21.tar.bz2 mate-terminal-dd0a8948c378bb9384bace82cb3b9203c4955f21.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 1dd3be8..6c1661e 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" |