diff options
author | raveit65 <[email protected]> | 2021-04-23 07:38:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 07:39:38 +0200 |
commit | cbbaafe781fb8893f556e7eafeb79c4bb533e33d (patch) | |
tree | 3983acbb4a5621ec800b99337db02ef8d0335ba1 | |
parent | 2900aecdca19be0e405f04106022403ed2095d1d (diff) | |
download | eom-cbbaafe781fb8893f556e7eafeb79c4bb533e33d.tar.bz2 eom-cbbaafe781fb8893f556e7eafeb79c4bb533e33d.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 bcedee9..e2e4b68 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" |