From 6a3e53cdeab5b12e6190c5129d4b1b342f748f9f Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Fri, 12 Aug 2016 05:54:13 -0700 Subject: Flip whitelisting to release branch. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad5c0e2a..19483bd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -182,5 +182,5 @@ deploy: skip_cleanup: true on: repo: ethereum/solidity - branch: develop + branch: release condition: $JOB != docs && $JOB != emscripten diff --git a/appveyor.yml b/appveyor.yml index 428a7a68..82751373 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -80,4 +80,4 @@ deploy: secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans artifact: solidity-windows-zip on: - branch: develop + branch: release -- cgit v1.2.3