diff options
author | raveit65 <[email protected]> | 2021-04-25 15:39:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 15:40:22 +0200 |
commit | 683db59a298d844a9f35f3a88715b05575b361c5 (patch) | |
tree | 2e389987331455469e52a94cf3d926af338794d8 | |
parent | d265ca3e136604bbd97d6cd05bb6628bd82e3a0c (diff) | |
download | mate-terminal-683db59a298d844a9f35f3a88715b05575b361c5.tar.bz2 mate-terminal-683db59a298d844a9f35f3a88715b05575b361c5.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 da17c44..f925366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |