diff options
author | raveit65 <[email protected]> | 2021-04-25 00:24:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 00:24:19 +0200 |
commit | 7e2efe1bdea406f63779c6e503176c8dace88d15 (patch) | |
tree | ef3ddd76dc4c01c0fb590fa2ba97f924ad415913 | |
parent | 2de1eddecde9ac9aba214211872ac24e4da97aee (diff) | |
download | mate-icon-theme-7e2efe1bdea406f63779c6e503176c8dace88d15.tar.bz2 mate-icon-theme-7e2efe1bdea406f63779c6e503176c8dace88d15.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 0c2b2e5..6b720d7 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" |