Corrected travis config logic

This commit is contained in:
n1474335 2017-09-06 16:06:37 +00:00
parent 19f23127b9
commit 615357c977
1 changed files with 1 additions and 1 deletions

View File

@ -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