From 8a58743c585580177d552278aaf393b0c3494c49 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sat, 23 Dec 2017 14:30:28 -0800 Subject: [PATCH] ci(branches): only build on master --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ce9b29..3b44f2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,5 +37,5 @@ stages: if: branch = master AND type = push AND fork = false branches: - except: - - /^v\d+\.\d+\.\d+$/ + only: + - master