Add test script to package.json

- Use `npm test` in travis-node-script
This commit is contained in:
Christopher Amavisca
2015-02-04 16:55:07 -08:00
parent 6177a4aeff
commit a84e0cd8ef
2 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash -e
npm install -g grunt-cli
npm install
grunt jshint execSpecsInNode
npm test