diff options
author | raveit65 <[email protected]> | 2021-04-25 13:43:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 13:45:52 +0200 |
commit | dfa1c31c7b19a366afdfbdea6fd5c5dbb3d48169 (patch) | |
tree | 00e44dc68f092b2e5b17622de88e818350d23941 | |
parent | add9dd5ba8b984ba7371383cb9d527ebd5980e0e (diff) | |
download | mate-session-manager-dfa1c31c7b19a366afdfbdea6fd5c5dbb3d48169.tar.bz2 mate-session-manager-dfa1c31c7b19a366afdfbdea6fd5c5dbb3d48169.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 412f4d8..34309f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |