We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ad865 commit edb6edaCopy full SHA for edb6eda
1 file changed
.travis.yml
@@ -13,7 +13,9 @@ node_js:
13
- "8"
14
- "6"
15
16
+before_install:
17
+ - dpkg --compare-versions `npm -v` ge 5.8 || npm i -g npm@latest
18
+
19
script:
- - npm -g install npm@latest
20
- npm run clean -- --when-ci-commit-message
21
- npm run test -- --coverage
0 commit comments