diff options
author | raveit65 <[email protected]> | 2021-04-25 00:42:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 00:43:56 +0200 |
commit | fb94f0c0d369b2c5b19e62e2a6806fddd54e52a7 (patch) | |
tree | 2322401780de25237c94597640a6903410279abe | |
parent | dca322099d8058914033be787b8f780c848c1f2d (diff) | |
download | mate-menus-fb94f0c0d369b2c5b19e62e2a6806fddd54e52a7.tar.bz2 mate-menus-fb94f0c0d369b2c5b19e62e2a6806fddd54e52a7.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 94bd714..2603431 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" |