diff options
author | raveit65 <[email protected]> | 2021-04-22 23:29:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-22 23:30:45 +0200 |
commit | 1207825db5b1d20b1afdde276fec98c4a1efd78f (patch) | |
tree | 9b6631bfc51ad5ccf59f2bb1b6e352a0575207ed | |
parent | d3595b21ced5de7f9d07901a2b37875ed586c0db (diff) | |
download | caja-dropbox-1207825db5b1d20b1afdde276fec98c4a1efd78f.tar.bz2 caja-dropbox-1207825db5b1d20b1afdde276fec98c4a1efd78f.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 7553b56..d6f4ac5 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" |