diff options
author | raveit65 <[email protected]> | 2021-04-25 13:34:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 13:34:18 +0200 |
commit | e328478ff1d8d846cdc5d97f083975676c558591 (patch) | |
tree | f91620bd21a26ba157fb27e147bb507ce78de124 /.travis.yml | |
parent | af8d78661aeb9180026d63eafc8b43ff7a243099 (diff) | |
download | mate-sensors-applet-e328478ff1d8d846cdc5d97f083975676c558591.tar.bz2 mate-sensors-applet-e328478ff1d8d846cdc5d97f083975676c558591.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 6c3518f..71a3479 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" |