diff options
author | raveit65 <[email protected]> | 2021-04-23 14:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 14:37:31 +0200 |
commit | ebeb7cc56c64230c029530bd42b3ac756b2cec57 (patch) | |
tree | d2899914d8ab94fa72d154709de0801f46d55ee8 /.travis.yml | |
parent | a22480cef72cfae61c07f6ef4bb04e3dab9dd369 (diff) | |
download | mate-backgrounds-ebeb7cc56c64230c029530bd42b3ac756b2cec57.tar.bz2 mate-backgrounds-ebeb7cc56c64230c029530bd42b3ac756b2cec57.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 00eff88..14bd488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |