Skip to content

Commit 285ba32

Browse files
committed
fix build config of CI
1 parent a58a58d commit 285ba32

File tree

2 files changed

+1
-4212
lines changed

2 files changed

+1
-4212
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ language: node_js
33
node_js:
44
- node
55
- '4'
6-
before_install: npm install --global npm
6+
before_install: npm install --global npm@lts
77
script: npm run-script pretest && npm run-script coverage
88
after_script: npx istanbul-coveralls

0 commit comments

Comments
 (0)