Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Dec 4, 2014
1 parent 3817464 commit ac9d02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ before_install:
- npm install -g gulp
script:
- gulp
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"socket.io-client": "^1.2.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "^3.8.10",
"gulp-eslint": "^0.2.0",
"gulp-istanbul": "^0.5.0",
Expand Down

0 comments on commit ac9d02a

Please sign in to comment.