diff options
author | raveit65 <[email protected]> | 2021-04-23 13:39:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 13:39:25 +0200 |
commit | 4de6c1e3e69fdf1314fda6d92e28f920b633f363 (patch) | |
tree | b4ce4cf65147f078b3c4f13438f886e77c7b4394 | |
parent | cd905fff4b528fd58194c1e1712d2ecd481fd26a (diff) | |
download | libmatemixer-4de6c1e3e69fdf1314fda6d92e28f920b633f363.tar.bz2 libmatemixer-4de6c1e3e69fdf1314fda6d92e28f920b633f363.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 e80a0aa..364ede3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |