diff options
author | raveit65 <[email protected]> | 2021-04-23 13:39:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 13:40:55 +0200 |
commit | 704e53bf1ea1d1f52e918a082eecb38ef40119fb (patch) | |
tree | 82a2988206fc265f95eab492d51f0271582699af | |
parent | f3d3338d2a4806f9853b0a8ac397deb07c10d712 (diff) | |
download | libmatemixer-704e53bf1ea1d1f52e918a082eecb38ef40119fb.tar.bz2 libmatemixer-704e53bf1ea1d1f52e918a082eecb38ef40119fb.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 6488395..8b79019 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" |