From 615357c977e62ed93c01bfdde7bc7af5534cbeab Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 6 Sep 2017 16:06:37 +0000 Subject: [PATCH] Corrected travis config logic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed94d5cc..c6bd204c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: install: npm install before_script: - npm install -g grunt - - if [ -z "$TRAVIS_TAG" ]; then git checkout -b travis-build; fi + - if [ "$TRAVIS_TAG" ]; then git checkout -b travis-build; fi script: - grunt lint - grunt test