diff options
author | raveit65 <[email protected]> | 2021-04-25 11:38:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 11:38:31 +0200 |
commit | 24c2356cdfebe442b3c69265bbd8ff8ab1bfd9c3 (patch) | |
tree | 101c6a1da70eefd9cb15a35de17065f3bf7e1e65 | |
parent | 71e58cf747ead0a789b5aec46576f8ba469a9881 (diff) | |
download | mate-netbook-24c2356cdfebe442b3c69265bbd8ff8ab1bfd9c3.tar.bz2 mate-netbook-24c2356cdfebe442b3c69265bbd8ff8ab1bfd9c3.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 98a5065..0fabeb3 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" |