2bb5356c by Lee Whitaker

Fix default npm test command to run everything required. Add hipchat notificati…

…ons for travisCI runs.
1 parent 03083aa4
language: node_js
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
notifications:
hipchat:
rooms:
secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY=
......
......@@ -6,7 +6,7 @@
},
"license": "Apache 2",
"scripts": {
"test": "grunt qunit"
"test": "grunt"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
......