diff options
author | raveit65 <[email protected]> | 2021-04-25 16:06:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 16:06:50 +0200 |
commit | a8c462508024a8fa2b019dcc261881f8dbaa4c6e (patch) | |
tree | 452abec23f0df958fa464f572a1ac3d12a1bf725 | |
parent | fd4688af5646a9c8b77651c6b00e093e89b0ed6d (diff) | |
download | mate-themes-a8c462508024a8fa2b019dcc261881f8dbaa4c6e.tar.bz2 mate-themes-a8c462508024a8fa2b019dcc261881f8dbaa4c6e.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 3667ff0d..45bbd420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |