Skip to content

Commit 3e16a2b

Browse files
committed
Fix travis to use next version of npm
npm 2.7.5 apparently broke something with node 0.8. Need to use 2.7.6 for the time being npm/npm#7849
1 parent 1f59c12 commit 3e16a2b

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
@@ -5,8 +5,7 @@ node_js:
55
- "0.11"
66
- "0.12"
77
before_install:
8-
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g [email protected]'
9-
- npm install -g npm@latest
8+
- npm install -g npm@next
109
notifications:
1110
hipchat:
1211
rooms:

0 commit comments

Comments
 (0)