Merge pull request #773 from bobsummerwill/enable_release_flow

Enable the Emscripten release flow
This commit is contained in:
chriseth 2016-08-01 15:29:33 +02:00 committed by GitHub
commit 21a7dda733

View File

@ -108,8 +108,8 @@ env:
# file: $TRAVIS_BUILD_DIR/solidity-develop-$ZIP_SUFFIX.zip # file: $TRAVIS_BUILD_DIR/solidity-develop-$ZIP_SUFFIX.zip
# skip_cleanup: true # skip_cleanup: true
# on: # on:
# repo: bobsummerwill/solidity # repo: ethereum/solidity
# branch: standalone_changes # branch: develop
# This is the deploy target for the Emscripten build, which publishes # This is the deploy target for the Emscripten build, which publishes
# generated JS for particular Solidity commits into # generated JS for particular Solidity commits into
@ -117,9 +117,9 @@ env:
# Disabled, but can be renamed when we have the "standalone" changes # Disabled, but can be renamed when we have the "standalone" changes
# published back into the 'develop' branch. # published back into the 'develop' branch.
# #
#deploy: deploy:
# provider: script provider: script
# script: scripts/travis-emscripten/publish_binary.sh script: scripts/travis-emscripten/publish_binary.sh
# skip_cleanup: true skip_cleanup: true
# on: on:
# branch: develop branch: develop