mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 22:26:53 +02:00
Fix Travis CI env issue
This commit is contained in:
@@ -8,8 +8,15 @@ node_js:
|
||||
- "4.2"
|
||||
- "6.9"
|
||||
- "7.9"
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
after_script:
|
||||
- cat coverage/lcov.info | codeclimate
|
||||
|
Reference in New Issue
Block a user