diff options
author | raveit65 <[email protected]> | 2021-04-22 23:58:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-22 23:59:52 +0200 |
commit | 826f67590ab290fb2ae2331ae0476a0135090808 (patch) | |
tree | 935d87fbbeb78f8e2eb36dbcd1c1d3a3f8b26ab8 | |
parent | 73da71ed6a7ce2e5e5811b522c2f21a823f5f26d (diff) | |
download | caja-extensions-826f67590ab290fb2ae2331ae0476a0135090808.tar.bz2 caja-extensions-826f67590ab290fb2ae2331ae0476a0135090808.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 338e1c8..ce8a750 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" |