Corrected travis config logic
This commit is contained in:
parent
19f23127b9
commit
615357c977
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user