diff options
author | raveit65 <[email protected]> | 2021-04-23 18:36:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 18:36:07 +0200 |
commit | 86b1a927e2a5383726faaadec5e8b02cfefd1b00 (patch) | |
tree | aa41d2ec772d1be330cad930f5d1ed6bf9baa7a6 /.travis.yml | |
parent | 13ea06954e8060e5dbec510321e886e786fb4fd6 (diff) | |
download | mate-control-center-86b1a927e2a5383726faaadec5e8b02cfefd1b00.tar.bz2 mate-control-center-86b1a927e2a5383726faaadec5e8b02cfefd1b00.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 0275e6bd..373097b2 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" |