diff options
author | raveit65 <[email protected]> | 2021-04-25 12:07:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 12:08:48 +0200 |
commit | a92398d2faec9bf174d27592b644cdefb11f5fe4 (patch) | |
tree | b3edd5eb72c90976f51dbb87221af0fd305a96ab | |
parent | 4950212deffa853569346c3cac717de20c0dbbeb (diff) | |
download | mate-panel-a92398d2faec9bf174d27592b644cdefb11f5fe4.tar.bz2 mate-panel-a92398d2faec9bf174d27592b644cdefb11f5fe4.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 87f9b7e2..faedc583 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" |