diff options
author | raveit65 <[email protected]> | 2021-04-25 15:21:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 15:22:29 +0200 |
commit | 0d1bffa8fedf1014b319fa0d4be0c7e3803ea6f3 (patch) | |
tree | f30d51decc37cb5b346ab51eb1fe82d7a209a5f8 | |
parent | 238aa3d147b29093a2ac5b69933f2d9452bad3bf (diff) | |
download | mate-system-monitor-0d1bffa8fedf1014b319fa0d4be0c7e3803ea6f3.tar.bz2 mate-system-monitor-0d1bffa8fedf1014b319fa0d4be0c7e3803ea6f3.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 8d2547b..b4b75e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |