diff options
author | raveit65 <[email protected]> | 2021-04-25 16:06:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 16:08:07 +0200 |
commit | cfb4d370534001fced57e404d6de012ab3220146 (patch) | |
tree | bc48603fe64a7c83c889b8d64b98e74d33debaac | |
parent | cb2e8aad57e8f09b01ecba7a1bc9fe0868abe73b (diff) | |
download | mate-themes-cfb4d370534001fced57e404d6de012ab3220146.tar.bz2 mate-themes-cfb4d370534001fced57e404d6de012ab3220146.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 31629fec..95853271 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" |