update travis build to include node tests. Minor refactor to grunt jobs for node

This commit is contained in:
d98762625 2019-03-20 15:10:16 +00:00
parent aad1bc898e
commit a1b116d2f5
3 changed files with 12 additions and 6 deletions

View file

@ -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"