Skip to content

Commit 91b0bea

Browse files
committed
Fix coveralls
1 parent 39ed076 commit 91b0bea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ language: node_js
33
node_js:
44
- "0.10"
55
- "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

Comments
 (0)