diff options
author | raveit65 <[email protected]> | 2021-04-25 13:29:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 13:29:01 +0200 |
commit | e9d4412986de80ff0bc0dea1547e40e2502c248b (patch) | |
tree | de8e54855b0a88f3823ef7f37e56d1953f6af7ef | |
parent | 8443c8c37d9a9f509a5bbc7e0f508a212cc597c4 (diff) | |
download | mate-screensaver-e9d4412986de80ff0bc0dea1547e40e2502c248b.tar.bz2 mate-screensaver-e9d4412986de80ff0bc0dea1547e40e2502c248b.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 da60bbc..5d6ab09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |