diff options
author | raveit65 <[email protected]> | 2021-04-23 07:35:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 07:35:14 +0200 |
commit | 08d2265acc4210b77b87d944e296c81c6836de97 (patch) | |
tree | 97cbd14b2a7cf6acde05bdfc0526dec397be4a90 | |
parent | b123a89196694c36e75ec87ee509e5e20be1e5c9 (diff) | |
download | engrampa-08d2265acc4210b77b87d944e296c81c6836de97.tar.bz2 engrampa-08d2265acc4210b77b87d944e296c81c6836de97.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 8bdc3e7..bd2f8a6 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" |