Confirmed that ZIPs work for Solidity.

Switching whitelisting back to 'release' branch for TravisCI and Appveyor.
This commit is contained in:
Bob Summerwill 2016-08-15 16:01:19 -07:00
parent 09e9bfb63c
commit 67e5cd9db0
2 changed files with 2 additions and 2 deletions

View File

@ -217,5 +217,5 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
repo: ethereum/solidity repo: ethereum/solidity
branch: develop branch: release
condition: $TRAVIS_RELEASE == On condition: $TRAVIS_RELEASE == On

View File

@ -80,7 +80,7 @@ deploy:
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
artifact: solidity-windows-zip artifact: solidity-windows-zip
on: on:
branch: develop branch: release
notifications: notifications:
- provider: GitHubPullRequest - provider: GitHubPullRequest