From 8c5c2b0fe14a1b5c2512fcfdeb1fe90ca0d93e3b Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 29 Mar 2016 12:49:17 +0100 Subject: [PATCH] Attempt to convince Travis to install the missing nvm --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae8e621a2..278db9f07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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