Skip to content

Commit 5537d3e

Browse files
Merge pull request #900 from bobsummerwill/test_zips
Flipped solidity whitelisting to develop, to check ZIP workflow is OK
2 parents 34b8ab7 + 09e9bfb commit 5537d3e

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: release
220+
branch: develop
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: release
83+
branch: develop
8484

8585
notifications:
8686
- provider: GitHubPullRequest

0 commit comments

Comments
 (0)