Skip to content

Commit

Permalink
Manually create versions dir oon linux according to comments on nvm i…
Browse files Browse the repository at this point in the history
…ssue 655
  • Loading branch information
Matthew McNamara committed Apr 2, 2015
1 parent 02f0a6c commit 9f0e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ os:
- linux

install:
- test $TRAVIS_OS_NAME = "osx" && brew update && brew install nvm && source $(brew --prefix nvm)/nvm.sh || test $TRAVIS_OS_NAME = "linux"
- test $TRAVIS_OS_NAME = "osx" && brew update && brew install nvm && source $(brew --prefix nvm)/nvm.sh || test $TRAVIS_OS_NAME = "linux" && mkdir ~/.nvm/versions
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
- node --version
Expand Down

0 comments on commit 9f0e13e

Please sign in to comment.