2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-29 14:43:43 +00:00

Corrected travis config logic

This commit is contained in:
n1474335
2017-09-06 16:06:37 +00:00
parent 19f23127b9
commit 615357c977

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