diff options
author | raveit65 <[email protected]> | 2021-04-25 11:31:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 11:35:25 +0200 |
commit | 5f2e2b7a306de589e92bddc4ab5df6020beb1068 (patch) | |
tree | c58114bba37d2dd5f6b421cf72c86019ebf8bea2 | |
parent | 42679c774cdb2666bbc6602a380ae68e5f3f1c94 (diff) | |
download | mate-common-5f2e2b7a306de589e92bddc4ab5df6020beb1068.tar.bz2 mate-common-5f2e2b7a306de589e92bddc4ab5df6020beb1068.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 2fc3ab2..beb75c1 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" |