From 0d1bffa8fedf1014b319fa0d4be0c7e3803ea6f3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 25 Apr 2021 15:21:35 +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 8d2547b..b4b75e9 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" -- cgit v1.2.1