Skip to content

Commit adcea82

Browse files
committed
Update Travis npm to 7.11.1 + Explicitly test on node v12
1 parent ae06d7f commit adcea82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: node_js
22
node_js:
33
- "10"
4+
- "12"
45
- "stable"
56
git:
67
depth: 5
78
cache:
89
directories:
910
- "$HOME/.npm"
1011
install:
11-
- npm i -g npm@6.14.5
12+
- npm i -g npm@7.11.1
1213
- npm ci
1314
script:
1415
- npm test

0 commit comments

Comments
 (0)