diff options
author | raveit65 <[email protected]> | 2021-04-25 14:50:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 14:50:32 +0200 |
commit | 675361bbc75a423ecf5ef646dd2ad1bbf6ecab5a (patch) | |
tree | 6afd27eb303b841c4c076dd5c6fb7e79e33f5c59 | |
parent | 202a970676f410e375422a2597558cbb3fb0e2b3 (diff) | |
download | mate-settings-daemon-675361bbc75a423ecf5ef646dd2ad1bbf6ecab5a.tar.bz2 mate-settings-daemon-675361bbc75a423ecf5ef646dd2ad1bbf6ecab5a.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 d147176..714b39e 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" |