We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c2ebe commit d361b01Copy full SHA for d361b01
.travis.yml
@@ -3,5 +3,7 @@ node_js:
3
- 'stable'
4
- '0.12'
5
- '0.10'
6
+before_install:
7
+ - 'npm i -g npm@latest'
8
after_success:
9
- '[ -z "$COVERALLS_REPO_TOKEN" ] && tap --coverage-report=text-lcov | ./node_modules/.bin/coveralls'
0 commit comments