diff options
author | raveit65 <[email protected]> | 2021-04-23 19:31:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 19:32:57 +0200 |
commit | 916666cd80914fdcebeefc3351774fd5b3c9a5cd (patch) | |
tree | 5ed7db8d46a0c8a2a06aceb967313df4e0184556 /.travis.yml | |
parent | 02cf23f7ed09e8c204200152f9dda39970864d39 (diff) | |
download | mate-desktop-916666cd80914fdcebeefc3351774fd5b3c9a5cd.tar.bz2 mate-desktop-916666cd80914fdcebeefc3351774fd5b3c9a5cd.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 463b948..d86c81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |