diff options
author | raveit65 <[email protected]> | 2021-04-25 16:44:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 16:45:07 +0200 |
commit | de4224989c3205eaca38bbb2caee49cd6e4039fb (patch) | |
tree | bf2c1e268b5c39fe895faee06d2a54bbbf823834 /.travis.yml | |
parent | 26d478b8732626c29a80347df66ebd1a520742be (diff) | |
download | mozo-de4224989c3205eaca38bbb2caee49cd6e4039fb.tar.bz2 mozo-de4224989c3205eaca38bbb2caee49cd6e4039fb.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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6a2dad3..8007317 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" |