From 75b72e2f7f1084b2bc7bf8f284dd0b19e14576e8 Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Thu, 9 Nov 2017 21:04:04 -0800 Subject: [PATCH] fix auto-deploy --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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