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 285ba32Copy full SHA for 285ba32
.travis.yml
@@ -3,6 +3,6 @@ language: node_js
3
node_js:
4
- node
5
- '4'
6
-before_install: npm install --global npm
+before_install: npm install --global npm@lts
7
script: npm run-script pretest && npm run-script coverage
8
after_script: npx istanbul-coveralls
0 commit comments