From 67e5cd9db0c8cdf01ebdf2d7e1e3fe82728d1c6d Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Mon, 15 Aug 2016 16:01:19 -0700 Subject: Confirmed that ZIPs work for Solidity. Switching whitelisting back to 'release' branch for TravisCI and Appveyor. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bddf3f7e..d787c795 100644 --- a/.travis.yml +++ b/.travis.yml @@ -217,5 +217,5 @@ deploy: skip_cleanup: true on: repo: ethereum/solidity - branch: develop + branch: release condition: $TRAVIS_RELEASE == On diff --git a/appveyor.yml b/appveyor.yml index f76b760a..2af17912 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -80,7 +80,7 @@ deploy: secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans artifact: solidity-windows-zip on: - branch: develop + branch: release notifications: - provider: GitHubPullRequest -- cgit v1.2.3