From 3de5b4bba52df5f22b2509e330ce9f488d96e723 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 16 Dec 2017 21:34:42 +0100 Subject: Only build the master branch in addition to PRs --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0576271..2c6af79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false branches: - except: - - /^release-.*$/ + only: + - maste os: - linux -- cgit v1.2.3