mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Attempt to convince Travis to install the missing nvm
This commit is contained in:
parent
1b04dbf7f9
commit
8c5c2b0fe1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user