Skip to content

Commit e3e4d84

Browse files
Merge pull request #901 from bobsummerwill/test_zips
Confirmed that ZIPs work for Solidity
2 parents 5537d3e + 67e5cd9 commit e3e4d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,5 @@ deploy:
217217
skip_cleanup: true
218218
on:
219219
repo: ethereum/solidity
220-
branch: develop
220+
branch: release
221221
condition: $TRAVIS_RELEASE == On

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deploy:
8080
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
8181
artifact: solidity-windows-zip
8282
on:
83-
branch: develop
83+
branch: release
8484

8585
notifications:
8686
- provider: GitHubPullRequest

0 commit comments

Comments
 (0)