diff options
author | raveit65 <[email protected]> | 2021-04-25 12:07:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 12:07:17 +0200 |
commit | b7db6b8ec8bb39cfd160644593ab26736312cfde (patch) | |
tree | 705b77c602e63ec5cb048e9d25d53637ad9e06f8 /.travis.yml | |
parent | af628c2acd213ee450542c1cf8d3ded014717db4 (diff) | |
download | mate-panel-b7db6b8ec8bb39cfd160644593ab26736312cfde.tar.bz2 mate-panel-b7db6b8ec8bb39cfd160644593ab26736312cfde.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 4966c499..30884bd2 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" |