Skip to content

Commit bbaa2a0

Browse files
author
Hyunje Jun
committed
Specify npm version in .travis.yml
1 parent 73a8c53 commit bbaa2a0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "8"
5-
- "10"
3+
- 6
4+
- 8
5+
- 10
6+
before_install:
7+
- npm i -g npm@6.4.1
8+
install:
9+
- npm ci

0 commit comments

Comments
 (0)