Skip to content

Commit 81015c3

Browse files
committed
ci(travis): install and use npm v6
1 parent 24c4bd7 commit 81015c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ node_js:
55
- 8
66
cache:
77
directories:
8-
- "$HOME/.npm"
8+
- '$HOME/.npm'
99
install:
10-
- npm i -g npm@5
10+
- npm i -g npm@6
1111
- npm ci
1212
script:
1313
- npm run test -- --runInBand

0 commit comments

Comments
 (0)