diff options
author | raveit65 <[email protected]> | 2021-04-25 00:42:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 00:42:59 +0200 |
commit | 803bbc0d6d30e43ca23efd3072113a8582f6c349 (patch) | |
tree | 87e23e7b893b55eed1b7c29b5fda41eb9e33222e | |
parent | 6ace536b6d568c11977e283f2c482b124fb2ca21 (diff) | |
download | mate-menus-803bbc0d6d30e43ca23efd3072113a8582f6c349.tar.bz2 mate-menus-803bbc0d6d30e43ca23efd3072113a8582f6c349.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 6db2a19..ca4d916 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" |