From cf9a0799c92c72bf9b47833b41c5c2c0273b6ec4 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 21 Dec 2018 11:17:18 +0100 Subject: CI/Travis: skip "stable" tag [skip ci] --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 199ded7b3b..70df32348f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,6 +121,7 @@ addons: branches: except: - nightly + - stable cache: apt: true -- cgit