Skip to content

Commit 290554b

Browse files
committed
Merge pull request #256 from simondean/npm_upgrade_failure
Fix issue with npm upgrade on node.js v0.8
2 parents b58fdbe + 597f465 commit 290554b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
rvm: "1.9.2"
22
before_install:
3-
- npm install -g npm
3+
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g [email protected]'
4+
- npm install -g npm@latest
45
- ruby --version
56
- gem --version
67
- rvm --version

0 commit comments

Comments
 (0)