Attempt to convince Travis to install the missing nvm

This commit is contained in:
Sorin Sbarnea 2016-03-29 12:49:17 +01:00
parent 1b04dbf7f9
commit 8c5c2b0fe1

View File

@ -8,5 +8,9 @@
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew install nvm
fi
after_script:
- cat coverage/lcov.info | codeclimate