diff options
author | raveit65 <[email protected]> | 2021-04-25 11:31:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 11:31:47 +0200 |
commit | c4b0739c43b5338600e27a5c7b56ef32fe923e7b (patch) | |
tree | a1f2a836697c99f73fadc7958f514a33f3225e04 | |
parent | ed298648769d38367cf0b240ae8519d0efa5c479 (diff) | |
download | mate-common-c4b0739c43b5338600e27a5c7b56ef32fe923e7b.tar.bz2 mate-common-c4b0739c43b5338600e27a5c7b56ef32fe923e7b.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 20fa500..29ebbee 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" |