diff options
author | raveit65 <[email protected]> | 2021-04-23 14:02:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 14:05:28 +0200 |
commit | e0c9ebca4d5f15570624f84d343b4d2e2ba6947f (patch) | |
tree | bcd268e7c25db16e97f2e348b9527312cd5aed54 | |
parent | 6bc561816ba39956bb3e0ce6cd98330f94f75b24 (diff) | |
download | marco-e0c9ebca4d5f15570624f84d343b4d2e2ba6947f.tar.bz2 marco-e0c9ebca4d5f15570624f84d343b4d2e2ba6947f.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 5e4bdbda..62c561ae 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" |