diff options
author | raveit65 <[email protected]> | 2021-04-23 13:43:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 13:43:27 +0200 |
commit | d8b4f721fea4898e7eb48681bc12dc1755e21c30 (patch) | |
tree | d91a582ae35a7f41dcd19f26417b959a83ff200b | |
parent | 0956af21adf6a96994049d5e1ec770f3e45f8822 (diff) | |
download | libmateweather-d8b4f721fea4898e7eb48681bc12dc1755e21c30.tar.bz2 libmateweather-d8b4f721fea4898e7eb48681bc12dc1755e21c30.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 d8e6b20..94376c2 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" |