diff options
author | raveit65 <[email protected]> | 2021-04-25 16:54:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 16:54:20 +0200 |
commit | de3d9d367444c29bc52c415ff7bc7d8eff8a9c67 (patch) | |
tree | 7d83fdf7c8520ee9442d77168badaa59862eff45 /.travis.yml | |
parent | c16969e1337ff98b9142c9d9a590894b968d6570 (diff) | |
download | python-caja-de3d9d367444c29bc52c415ff7bc7d8eff8a9c67.tar.bz2 python-caja-de3d9d367444c29bc52c415ff7bc7d8eff8a9c67.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 fd2a585..db5494b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,4 +59,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |