Skip to content

Commit 3c7b13f

Browse files
committed
install npm@^2 on node 0.10
1 parent fa2ffb3 commit 3c7b13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- NO_WATCH_TESTS=1
1313

1414
before_install:
15-
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
15+
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm@^2'
1616

1717
before_script:
1818
- npm link

0 commit comments

Comments
 (0)