We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46becb0 commit 3dfabf7Copy full SHA for 3dfabf7
.travis.yml
@@ -3,12 +3,3 @@ language: node_js
3
node_js:
4
- "lts/*"
5
- "node"
6
-
7
-env:
8
- global:
9
- - GH_REF: github.com/markedjs/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