diff options
author | raveit65 <[email protected]> | 2021-04-22 21:43:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 17:25:39 +0200 |
commit | 98053b832884026b3201cc94202c9039a423d370 (patch) | |
tree | b19ea82621ecd7eaa63185915c97241caa21aac8 | |
parent | 8325636ecc8955a614edd551a777e9f0080887b1 (diff) | |
download | caja-98053b832884026b3201cc94202c9039a423d370.tar.bz2 caja-98053b832884026b3201cc94202c9039a423d370.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 c280ead7..d5bb2154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,4 +71,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |