Browse Source

Fix default npm test command to run everything required. Add hipchat notifications for travisCI runs.

pull/80/head
Lee Whitaker 12 years ago
parent
commit
2bb5356ca3
  1. 4
      .travis.yml
  2. 2
      package.json

4
.travis.yml

@ -1,3 +1,7 @@
language: node_js
before_script:
- npm install -g grunt-cli
notifications:
hipchat:
rooms:
secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY=

2
package.json

@ -6,7 +6,7 @@
},
"license": "Apache 2",
"scripts": {
"test": "grunt qunit"
"test": "grunt"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",

Loading…
Cancel
Save