diff options
author | raveit65 <[email protected]> | 2021-04-25 13:29:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 13:30:18 +0200 |
commit | 3cfd0bb31ab5c2d03426c67a20ef00b42866d826 (patch) | |
tree | 0e7399e5fb0e2dc7f1f2d9c7b0900bf10e44a91e | |
parent | 7a9a1ce5f6baafc54556a057d263501e83037ac7 (diff) | |
download | mate-screensaver-3cfd0bb31ab5c2d03426c67a20ef00b42866d826.tar.bz2 mate-screensaver-3cfd0bb31ab5c2d03426c67a20ef00b42866d826.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 36f599b..5747511 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" |