diff options
author | raveit65 <[email protected]> | 2021-04-23 18:25:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-23 18:26:40 +0200 |
commit | 10e0f4c747648584c0185bd4b41dc53049faf520 (patch) | |
tree | d8d4e4da2ec9b96a8b99b5d02dda98ab74358c27 /.travis.yml | |
parent | 2d27fec7a7ab9fb7fadf8481812a83336dfe1e27 (diff) | |
download | mate-calc-10e0f4c747648584c0185bd4b41dc53049faf520.tar.bz2 mate-calc-10e0f4c747648584c0185bd4b41dc53049faf520.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 7e6e1bc..1d0bff8 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" |