diff options
author | raveit65 <[email protected]> | 2021-04-25 15:21:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 15:21:35 +0200 |
commit | b3c7c7d45808586de317f5f8749cc2447c724ecb (patch) | |
tree | c4d922010eb1d392145474f398b36010a8722a3e /.travis.yml | |
parent | d426f1e0b22e19c789bfd00adb91d185f2e00a57 (diff) | |
download | mate-system-monitor-b3c7c7d45808586de317f5f8749cc2447c724ecb.tar.bz2 mate-system-monitor-b3c7c7d45808586de317f5f8749cc2447c724ecb.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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a22860a..8f41cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |