diff options
author | raveit65 <[email protected]> | 2021-04-25 13:34:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 13:35:24 +0200 |
commit | 7637c8de6e3f5a85759ba98c6d911c2bd1996811 (patch) | |
tree | bed3a186ec12cf98dd747f4f945167caac00a3d2 | |
parent | d646ca2187ca959224f930f39919c9cf01d3cf85 (diff) | |
download | mate-sensors-applet-7637c8de6e3f5a85759ba98c6d911c2bd1996811.tar.bz2 mate-sensors-applet-7637c8de6e3f5a85759ba98c6d911c2bd1996811.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 a47771f..215eb0d 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" |