Skip to content

Commit f2de7f7

Browse files
author
Lionel Bijaoui
committed
Trying to fix Travis 8 (npm need to be at least 4.0.0 to work)
1 parent e84ede2 commit f2de7f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ node_js:
88
- "8"
99
- "6"
1010

11+
before_install:
12+
- npm i -g npm@">=4.0.0"
13+
1114
install:
1215
- npm install
1316

0 commit comments

Comments
 (0)