mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 02:04:08 +01:00
Attempt to convince Travis to install the missing nvm
This commit is contained in:
@@ -8,5 +8,9 @@
|
|||||||
addons:
|
addons:
|
||||||
code_climate:
|
code_climate:
|
||||||
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
|
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
|
||||||
|
before_install:
|
||||||
|
- if [ $TRAVIS_OS_NAME == "osx" ]; then
|
||||||
|
brew install nvm
|
||||||
|
fi
|
||||||
after_script:
|
after_script:
|
||||||
- cat coverage/lcov.info | codeclimate
|
- cat coverage/lcov.info | codeclimate
|
||||||
|
|||||||
Reference in New Issue
Block a user