diff options
author | chriseth <chris@ethereum.org> | 2016-08-12 15:31:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 15:31:49 +0800 |
commit | 9e03bda9ada53ef08536d3a347bfa698bcdfe438 (patch) | |
tree | cf7bb55b1638e581ace23a4e5d9f9429ec2b595a | |
parent | b69172f2187d8e0a0292ee6a4a3865114c671db5 (diff) | |
parent | 8f789e29e56a1399ec2dc8331613bf09903e40ff (diff) | |
download | dexon-solidity-9e03bda9ada53ef08536d3a347bfa698bcdfe438.tar dexon-solidity-9e03bda9ada53ef08536d3a347bfa698bcdfe438.tar.gz dexon-solidity-9e03bda9ada53ef08536d3a347bfa698bcdfe438.tar.bz2 dexon-solidity-9e03bda9ada53ef08536d3a347bfa698bcdfe438.tar.lz dexon-solidity-9e03bda9ada53ef08536d3a347bfa698bcdfe438.tar.xz dexon-solidity-9e03bda9ada53ef08536d3a347bfa698bcdfe438.tar.zst dexon-solidity-9e03bda9ada53ef08536d3a347bfa698bcdfe438.zip |
Merge pull request #876 from chriseth/fixppa
Enable publishing again.
-rwxr-xr-x | scripts/travis-emscripten/publish_binary.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/travis-emscripten/publish_binary.sh b/scripts/travis-emscripten/publish_binary.sh index 3cade4c9..ac1fa95f 100755 --- a/scripts/travis-emscripten/publish_binary.sh +++ b/scripts/travis-emscripten/publish_binary.sh @@ -58,10 +58,6 @@ then exit 0 fi -echo "Would have published." -# disable publishing for now -exit 0 - # This file is assumed to be the product of the build_emscripten.sh script. cp ../soljson.js ./bin/"soljson-$VER-$DATE-$COMMIT.js" ./update-index.sh |