diff options
author | raveit65 <mate@raveit.de> | 2021-04-25 00:35:00 +0200 |
---|---|---|
committer | raveit65 <mate@raveit.de> | 2021-04-25 00:35:00 +0200 |
commit | 25b69059c20d100e9c8e9e88ee4b34b883f5d4dd (patch) | |
tree | 510c442c85526570f6b481a22b4d726b60f6f3e8 | |
parent | b0d23c650f23962945d2337318adcb172ca9326f (diff) | |
download | mate-media-25b69059c20d100e9c8e9e88ee4b34b883f5d4dd.tar.bz2 mate-media-25b69059c20d100e9c8e9e88ee4b34b883f5d4dd.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 bceda0b..1fc8549 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" |