Skip to content

Commit 986fc8d

Browse files
authored
Safely update npm on Travis (#42)
This resolves most of the failing tests on Travis.
1 parent 8002bc1 commit 986fc8d

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,7 +1,6 @@
11
language: node_js
22
before_install:
3-
- npm install -g npm@2
4-
- npm install -g npm
3+
- nvm install-latest-npm
54
matrix:
65
include:
76
- node_js: '0.8'

0 commit comments

Comments
 (0)