From 19f23127b9855b6292cf5e80230777ab56bd63f1 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 6 Sep 2017 16:04:11 +0000 Subject: [PATCH] Updated travis config to create a new branch when building a tagged release --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f039562..ed94d5cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: install: npm install before_script: - npm install -g grunt + - if [ -z "$TRAVIS_TAG" ]; then git checkout -b travis-build; fi script: - grunt lint - grunt test