diff options
author | raveit65 <[email protected]> | 2021-04-23 14:02:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 14:02:32 +0200 |
commit | aebd99901c99c49944bc514020f4517c545111c7 (patch) | |
tree | 631842250435eaa07348fca80323a0397eb5f0fb | |
parent | 5d48375212d816bb9e4d23efdc155ec77dbe927d (diff) | |
download | marco-aebd99901c99c49944bc514020f4517c545111c7.tar.bz2 marco-aebd99901c99c49944bc514020f4517c545111c7.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 f837a296..5548f328 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" |