mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-01 12:09:13 -04:00
update travis build to include node tests. Minor refactor to grunt jobs for node
This commit is contained in:
parent
aad1bc898e
commit
a1b116d2f5
3 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- node
|
||||
env:
|
||||
- NODE_ENV=production
|
||||
cache: npm
|
||||
addons:
|
||||
chrome: stable
|
||||
|
@ -11,6 +13,7 @@ before_script:
|
|||
script:
|
||||
- grunt lint
|
||||
- grunt test
|
||||
- grunt test-node
|
||||
- grunt docs
|
||||
- grunt node
|
||||
- grunt prod --msg="$COMPILE_MSG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue