diff options
author | raveit65 <[email protected]> | 2021-04-22 18:57:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-22 19:16:31 +0200 |
commit | d0e6b3690ab24e34dc73c56a3ad30e7c6f55bd3b (patch) | |
tree | 6d07b440f8821d27ee53c622e54183c9cafb2faa | |
parent | 31f65910114d11671cb042ee240b95e78a933ebb (diff) | |
download | atril-d0e6b3690ab24e34dc73c56a3ad30e7c6f55bd3b.tar.bz2 atril-d0e6b3690ab24e34dc73c56a3ad30e7c6f55bd3b.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 d65e57dd..2dc2435a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,4 +71,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |