mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Updated travis config to create a new branch when building a tagged release
This commit is contained in:
parent
2ea6d9437f
commit
19f23127b9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +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
|
||||||
script:
|
script:
|
||||||
- grunt lint
|
- grunt lint
|
||||||
- grunt test
|
- grunt test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue