diff options
author | raveit65 <[email protected]> | 2021-04-23 13:34:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 13:34:33 +0200 |
commit | 2560d876c79a0fa4808b865a0757f8c939ac6884 (patch) | |
tree | a7b00d2a3a78606fe7ab28908eeead2be5537299 | |
parent | 9e2dbd76cd1670e32d114bedefee2a83d83229af (diff) | |
download | libmatekbd-2560d876c79a0fa4808b865a0757f8c939ac6884.tar.bz2 libmatekbd-2560d876c79a0fa4808b865a0757f8c939ac6884.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 ee65f72..326cb6a 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" |