diff options
author | raveit65 <[email protected]> | 2021-04-22 23:58:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-22 23:58:42 +0200 |
commit | 100fdb198ad4be8df5e80d4746b02a9e0420116b (patch) | |
tree | 364760ceb636fc241fa54478647e90ff3c554414 | |
parent | 400aef340eea13446fced70f0ed415cdcdf2dd20 (diff) | |
download | caja-extensions-100fdb198ad4be8df5e80d4746b02a9e0420116b.tar.bz2 caja-extensions-100fdb198ad4be8df5e80d4746b02a9e0420116b.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 3bf439d..5ed1fb0 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" |