diff options
author | raveit65 <[email protected]> | 2021-04-25 16:23:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 16:23:02 +0200 |
commit | cf2a18e177f2b78203b54e6a43f42a1f916c8dab (patch) | |
tree | 3bb9e23cfff08a6667050ef38dded1e99b7b05f6 /.travis.yml | |
parent | bc0bdef346819f8854c1bc4b2229a0f201ab5348 (diff) | |
download | mate-user-share-cf2a18e177f2b78203b54e6a43f42a1f916c8dab.tar.bz2 mate-user-share-cf2a18e177f2b78203b54e6a43f42a1f916c8dab.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 8eb5f48..6590125 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" |