diff --git a/.travis.yml b/.travis.yml index 4ea007f..ad98720 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ node_js: cache: yarn: true env: - - + - SOLIDITY_COVERAGE=false - SOLIDITY_COVERAGE=true matrix: fast_finish: true @@ -25,4 +25,5 @@ deploy: skip_cleanup: true github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard on: - branch: master \ No newline at end of file + branch: master + condition: "$SOLIDITY_COVERAGE = false" \ No newline at end of file