diff options
author | raveit65 <[email protected]> | 2021-04-23 13:43:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 13:44:49 +0200 |
commit | 507def9fa23c23bd3a6ceedab4fb8850b01cbd51 (patch) | |
tree | c0c3709be61442f941a6183869b938f7cf65ae6b | |
parent | 90cc76a2b0e8d57ec17a5ca81d00fa7e6808076a (diff) | |
download | libmateweather-507def9fa23c23bd3a6ceedab4fb8850b01cbd51.tar.bz2 libmateweather-507def9fa23c23bd3a6ceedab4fb8850b01cbd51.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 022fb42..80a2f47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |