Skip to content

Commit

Permalink
Merge pull request #160 from hannu/coveralls-config
Browse files Browse the repository at this point in the history
Add coveralls configuration and install node-coveralls
  • Loading branch information
Juuso Backman committed Nov 6, 2014
2 parents 1f47269 + f34e31c commit 5e95b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: JGqIwEtxXQIECFmfFsFHwhdeRmxA7CrKX
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- '0.10'
script:
- ./node_modules/gulp/bin/gulp.js build && npm test && npm run coverage-report
- ./node_modules/gulp/bin/gulp.js build && npm test && npm run coverage-report && cat ./coverage/report/lcov.info | ./node_modules/coveralls/bin/coveralls.js
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
- sudo apt-get update;
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"body-parser": "^1.9.2",
"chalk": "^0.5.1",
"cookie-parser": "^1.3.3",
"coveralls": "^2.11.2",
"css": "^2.1.0",
"debug": "~2.1.0",
"event-stream": "^3.1.7",
Expand Down

0 comments on commit 5e95b4d

Please sign in to comment.