diff options
author | raveit65 <[email protected]> | 2021-04-22 18:57:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-22 19:00:23 +0200 |
commit | 8ad6d336c292489fe58f59b032cbd84d62d339b4 (patch) | |
tree | fe9906e7d7219a18c162d83abedc9878b8e8e25c | |
parent | 3cdb3a05a4847540a697140df332cd3916f21252 (diff) | |
download | atril-8ad6d336c292489fe58f59b032cbd84d62d339b4.tar.bz2 atril-8ad6d336c292489fe58f59b032cbd84d62d339b4.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 19df2fa0..fc8e49e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |