Skip to content

Commit 07f5edd

Browse files
committed
Drop Node v8 tests + Bump Travis npm version
1 parent 842d2cd commit 07f5edd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "stable"
65
git:
@@ -9,7 +8,7 @@ cache:
98
directories:
109
- "$HOME/.npm"
1110
install:
12-
- npm i -g npm@6.9.0
11+
- npm i -g npm@6.14.5
1312
- npm ci
1413
script:
1514
- npm test

0 commit comments

Comments
 (0)