We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ed076 commit 91b0beaCopy full SHA for 91b0bea
1 file changed
.travis.yml
@@ -3,3 +3,12 @@ language: node_js
3
node_js:
4
- "0.10"
5
- "0.8"
6
+
7
+env:
8
+ global:
9
+ - GH_REF: github.com/bem/html-differ.git
10
+ - ISTANBUL_COVERAGE: true
11
12
+after_success:
13
+ - npm i coveralls
14
+ - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && echo "Coverage data was sent to coveralls!"
0 commit comments