diff options
author | raveit65 <[email protected]> | 2021-04-23 19:31:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 19:31:50 +0200 |
commit | 8077f6de00cf0ef5a6632231e9316d0017195640 (patch) | |
tree | 2077c32c8c1b220956369b3252c095a506deca1f | |
parent | 5cace924c089c889303e733ae8f4039ceef088df (diff) | |
download | mate-desktop-8077f6de00cf0ef5a6632231e9316d0017195640.tar.bz2 mate-desktop-8077f6de00cf0ef5a6632231e9316d0017195640.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 ce4bd4c..627eceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,4 +46,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |