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 a58a58d commit c722bf7Copy full SHA for c722bf7
.travis.yml
@@ -2,7 +2,7 @@ sudo: false
2
language: node_js
3
node_js:
4
- node
5
- - '4'
+ - "6"
6
before_install: npm install --global npm
7
script: npm run-script pretest && npm run-script coverage
8
-after_script: npx istanbul-coveralls
+after_script: nyc report --reporter=text-lcov | npx coveralls
0 commit comments