diff options
author | chriseth <chris@ethereum.org> | 2016-08-12 18:21:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 18:21:26 +0800 |
commit | 63194c4287f3a96859bf2f9eaed3f108fa401096 (patch) | |
tree | 113cfb42baf221064b3cf39496ba2dd91a310577 | |
parent | 9f7cb054648805fdbde6cb172c22ada5a179d29e (diff) | |
parent | 372cf04ea224449d4c4db724378c7cdca41d5c4a (diff) | |
download | dexon-solidity-63194c4287f3a96859bf2f9eaed3f108fa401096.tar.gz dexon-solidity-63194c4287f3a96859bf2f9eaed3f108fa401096.tar.zst dexon-solidity-63194c4287f3a96859bf2f9eaed3f108fa401096.zip |
Merge pull request #878 from chriseth/newkey
New api key for appveyor plus enable publishing on develop branch.
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4e0d4dd4..83c08056 100644 --- a/.travis.yml +++ b/.travis.yml @@ -182,4 +182,4 @@ deploy: skip_cleanup: true on: repo: ethereum/solidity - branch: release + branch: develop diff --git a/appveyor.yml b/appveyor.yml index b8cf2d9e..5850ec62 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ # (c) 2016 cpp-ethereum contributors. #------------------------------------------------------------------------------ -version: 0.3.5.{build} +version: 0.3.6.{build} skip_tags: true os: Visual Studio 2015 configuration: @@ -81,7 +81,7 @@ deploy: prerelease: true provider: GitHub auth_token: - secure: yukM9mHUbzuZSS5WSBLKSW0yGJerJEqAXkFhDhSHBBcKJE7GAryjQsdO9Kxh3yRv + secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans artifact: solidity-windows-zip on: - branch: release + branch: develop |