diff options
author | raveit65 <[email protected]> | 2021-04-25 11:38:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 11:39:36 +0200 |
commit | b119b02713abeb13aaf49784cd083b3d88abbda3 (patch) | |
tree | 53aaafd9c8129c2b7d71fe6edf97704e2d2ebaf7 /.travis.yml | |
parent | aa389daad73ad43f8ded8b4470db13e5ecf5969c (diff) | |
download | mate-netbook-b119b02713abeb13aaf49784cd083b3d88abbda3.tar.bz2 mate-netbook-b119b02713abeb13aaf49784cd083b3d88abbda3.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 4439dfa..c15bbc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |