diff options
author | raveit65 <[email protected]> | 2021-04-25 00:24:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 00:25:23 +0200 |
commit | 162a338572bf3d23849e535330d0a6ac894d036e (patch) | |
tree | 44b12b00148b48489e48434d65639edb8747467e | |
parent | 26564b7be3fa82df45a788d080301508e76d6a81 (diff) | |
download | mate-icon-theme-162a338572bf3d23849e535330d0a6ac894d036e.tar.bz2 mate-icon-theme-162a338572bf3d23849e535330d0a6ac894d036e.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 c981a73..b3c20c6 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" |