From 96663f41ee94e8022fc7ff8942f198260b0cd052 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 26 Jun 2018 10:16:16 -0400 Subject: [PATCH] remove branches from travis.yml --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7997139a5..b200a1689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,9 +40,6 @@ script: fi - if [ "$TARGET" == "mac" ]; then yarn build --publish onTag; fi - if [ "$TARGET" == "linux" ]; then yarn --link-duplicates --pure-lockfile && yarn build --linux --publish onTag; fi -branches: - except: - - "/^v\\d+\\.\\d+\\.\\d+$/" addons: artifacts: working_dir: dist