From ee8bce269f0cea519fd22f76e814d073a952eb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 23 Mar 2019 03:26:43 +0100 Subject: [PATCH] travis: switch to xenial QubesOS/qubes-issues#4613 --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e868fbe..f2337a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: trusty +dist: xenial language: python python: - '3.5' @@ -11,3 +11,9 @@ script: - ~/qubes-builder/scripts/travis-build env: - DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 + +# don't build tags which are meant for code signing only +branches: + except: + - /.*_.*/ + - build