diff options
author | raveit65 <[email protected]> | 2021-04-25 16:46:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 16:47:46 +0200 |
commit | fcdc90b6bd740ddd11f50805911a4526a4b6828f (patch) | |
tree | 794e69d4522e4b925a022c9c5c1928e894c30965 | |
parent | 9a99c3c7b0fbfa9510fb65d96ef70f96f7fd3c62 (diff) | |
download | pluma-fcdc90b6bd740ddd11f50805911a4526a4b6828f.tar.bz2 pluma-fcdc90b6bd740ddd11f50805911a4526a4b6828f.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 e1a56813..00f7adbc 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" |