diff options
author | raveit65 <[email protected]> | 2021-04-25 14:50:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 14:51:49 +0200 |
commit | 15dc4a69b0cc9d9b88b30f857f4ff0ffb13a01f9 (patch) | |
tree | bc66f58b59a0c0276b7767dfaa8bb2ef4110b3b8 | |
parent | b06808fac03e4308362db7bdcf10dc79175d6142 (diff) | |
download | mate-settings-daemon-15dc4a69b0cc9d9b88b30f857f4ff0ffb13a01f9.tar.bz2 mate-settings-daemon-15dc4a69b0cc9d9b88b30f857f4ff0ffb13a01f9.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 7bcbbbe..1e4848a 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" |