From 7c97305f500e7dee102c9f3721d10fd1b1aa6de2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 25 Apr 2021 16:13:01 +0200 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb1eb2b..e6de047 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,4 +70,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" -- cgit v1.2.1