Fix default npm test command to run everything required. Add hipchat notificati…
…ons for travisCI runs.
Showing
2 changed files
with
6 additions
and
2 deletions
1 | language: node_js | 1 | language: node_js |
2 | before_script: | 2 | before_script: |
3 | - npm install -g grunt-cli | 3 | - npm install -g grunt-cli |
4 | notifications: | ||
5 | hipchat: | ||
6 | rooms: | ||
7 | secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY= | ... | ... |
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | }, | 6 | }, |
7 | "license": "Apache 2", | 7 | "license": "Apache 2", |
8 | "scripts": { | 8 | "scripts": { |
9 | "test": "grunt qunit" | 9 | "test": "grunt" |
10 | }, | 10 | }, |
11 | "devDependencies": { | 11 | "devDependencies": { |
12 | "grunt-contrib-jshint": "~0.6.0", | 12 | "grunt-contrib-jshint": "~0.6.0", | ... | ... |
-
Please register or sign in to post a comment