Skip to content

Commit ed70f8f

Browse files
committed
Upgrade npm if running on Node 0.8 on Travis.
1 parent b24d0fa commit ed70f8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ node_js:
88

99
services:
1010
- redis-server
11+
12+
before_install:
13+
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@~1.4.0'

0 commit comments

Comments
 (0)