We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344df2b commit 642e884Copy full SHA for 642e884
1 file changed
.travis.yml
@@ -12,6 +12,10 @@ node_js:
12
- '5'
13
- '4'
14
15
+before_install:
16
+ - npm install -g npm
17
+ - npm --version
18
+
19
after_success:
20
- npm run coveralls
21
- npm run coverage-clean
0 commit comments