diff options
author | raveit65 <[email protected]> | 2021-04-25 16:54:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 16:55:11 +0200 |
commit | c5019683d77aa3a071e1b79ae604e279d94f3986 (patch) | |
tree | 1e382f461799b221e0c5f58947114f0db97f0a34 | |
parent | 3c36479d56811e58bdc21b494310e44fb255a8b8 (diff) | |
download | python-caja-c5019683d77aa3a071e1b79ae604e279d94f3986.tar.bz2 python-caja-c5019683d77aa3a071e1b79ae604e279d94f3986.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 5a574a7..fc2e16b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |