Skip to content

Commit 04db7b0

Browse files
Merge pull request #882 from bobsummerwill/travis_conditionals
Flip whitelisting to release branch
2 parents 0d894a6 + 6a3e53c commit 04db7b0

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
@@ -182,5 +182,5 @@ deploy:
182182
skip_cleanup: true
183183
on:
184184
repo: ethereum/solidity
185-
branch: develop
185+
branch: release
186186
condition: $JOB != docs && $JOB != emscripten

appveyor.yml

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

0 commit comments

Comments
 (0)