Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
install npm@2 on travis for node 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kesla committed Sep 27, 2015
1 parent 89cec13 commit ffb55d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,4 +9,4 @@ node_js:
- "iojs"
- "4.0"
before_install:
- if [ "$(npm -v | cut -c1)" == '1' ]; then npm -g i npm; fi
- if [ "$(npm -v | cut -c1)" == '1' ]; then npm -g i npm@2; fi

0 comments on commit ffb55d4

Please sign in to comment.