fix auto-deploy

This commit is contained in:
Roman Storm 2017-11-09 21:04:04 -08:00
parent 1791c54d89
commit 75b72e2f7f
1 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ node_js:
cache: cache:
yarn: true yarn: true
env: env:
- - SOLIDITY_COVERAGE=false
- SOLIDITY_COVERAGE=true - SOLIDITY_COVERAGE=true
matrix: matrix:
fast_finish: true fast_finish: true
@ -25,4 +25,5 @@ deploy:
skip_cleanup: true skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on: on:
branch: master branch: master
condition: "$SOLIDITY_COVERAGE = false"