We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422f6e9 commit b13da61Copy full SHA for b13da61
.travis.yml
@@ -7,3 +7,5 @@ notifications:
7
8
node_js:
9
- "0.10"
10
+
11
+after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
0 commit comments