Skip to content

Commit 90b43c7

Browse files
committed
fix(travis): install correct npm version
1 parent 21610b0 commit 90b43c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ node_js:
66
- '0.11'
77
- '0.12'
88

9+
before_install:
10+
- npm i -g npm@^2.0.0
11+
12+
before_script:
13+
- npm prune
14+
15+
916
script:
1017
- npm run coverage
1118

0 commit comments

Comments
 (0)