2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 05:43:28 +00:00

Updated travis config to create a new branch when building a tagged release

This commit is contained in:
n1474335
2017-09-06 16:04:11 +00:00
parent 2ea6d9437f
commit 19f23127b9

View File

@@ -4,6 +4,7 @@ node_js:
install: npm install
before_script:
- npm install -g grunt
- if [ -z "$TRAVIS_TAG" ]; then git checkout -b travis-build; fi
script:
- grunt lint
- grunt test