mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Corrected travis config logic
This commit is contained in:
parent
19f23127b9
commit
615357c977
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ node_js:
|
||||||
install: npm install
|
install: npm install
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt
|
- 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:
|
script:
|
||||||
- grunt lint
|
- grunt lint
|
||||||
- grunt test
|
- grunt test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue