Skip to content

Commit b5037bf

Browse files
committed
Adds travis/coveralls (and fixes #4)
1 parent 8ccaff5 commit b5037bf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
3+
after_script:
4+
- cat coverage/lcov.info | coveralls

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"babel-core": "^6.14.0",
2727
"babel-loader": "^6.2.5",
2828
"babel-preset-es2015": "^6.14.0",
29+
"coveralls": "^2.11.15",
2930
"jasmine-core": "2.4.1",
3031
"jest": "^17.0.3",
3132
"jest-cli": "^17.0.3",

0 commit comments

Comments
 (0)