diff options
author | raveit65 <[email protected]> | 2021-04-22 21:43:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-22 21:43:05 +0200 |
commit | 4d9935bafe1569d5d3e57a35772c5640862cd521 (patch) | |
tree | d90840d91092ecdf0de892cfbaecc4681b68420b /.travis.yml | |
parent | 0eb7520d23cc4ca6cdd9b6c97d3f6cbafcdfc927 (diff) | |
download | caja-4d9935bafe1569d5d3e57a35772c5640862cd521.tar.bz2 caja-4d9935bafe1569d5d3e57a35772c5640862cd521.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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a576d6fb..b993faca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |