Skip to content

Commit ef33587

Browse files
committed
.travis.yml
1 parent d387034 commit ef33587

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
before_script:
3+
- npm install -g codeclimate-test-reporter
4+
node_js:
5+
- "4"
6+
- "5"
7+
after_script:
8+
- codeclimate-test-reporter < coverage/lcov.info
9+
- coveralls < coverage/lcov.info

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"body-parser": "^1.15.1",
36+
"coveralls": "^2.11.9",
3637
"eslint": "^2.12.0",
3738
"express": "^4.13.4",
3839
"istanbul": "^0.4.3",

0 commit comments

Comments
 (0)