diff options
author | raveit65 <[email protected]> | 2021-04-23 14:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 14:36:21 +0200 |
commit | cb101683ad940c62f801e9b961f8578f249b7f92 (patch) | |
tree | 8f1e30dccccfce7e8a4470fe949cbed6fba334bf | |
parent | 52217e06c3be5cbb3cfa79fec4e3236330d5d1d4 (diff) | |
download | mate-backgrounds-cb101683ad940c62f801e9b961f8578f249b7f92.tar.bz2 mate-backgrounds-cb101683ad940c62f801e9b961f8578f249b7f92.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 5f96ed9..7b57ba6 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" |