Skip to content

Commit

Permalink
Flipped back to whitelisting develop, and attempting to fix conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsummerwill committed Aug 12, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c1f3dae commit 7cab48e
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -182,5 +182,5 @@ deploy:
skip_cleanup: true
on:
repo: ethereum/solidity
branch: release
condition: $JOB != docs || $JOB != emscripten
branch: develop
condition: $JOB != docs && $JOB != emscripten
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -80,4 +80,4 @@ deploy:
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
artifact: solidity-windows-zip
on:
branch: release
branch: develop

0 comments on commit 7cab48e

Please sign in to comment.