From a92398d2faec9bf174d27592b644cdefb11f5fe4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 25 Apr 2021 12:07:17 +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 87f9b7e2..faedc583 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" -- cgit v1.2.1