Skip to content

Commit

Permalink
Enable the Emscripten release flow.
Browse files Browse the repository at this point in the history
Now that the standalone changes are committed to develop we need to "flush the pipe".
When it is working we can disable the webthree-umbrella original.
  • Loading branch information
bobsummerwill committed Aug 1, 2016
1 parent 8c5a56d commit 6a40e10
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,18 @@ env:
# file: $TRAVIS_BUILD_DIR/solidity-develop-$ZIP_SUFFIX.zip
# skip_cleanup: true
# on:
# repo: bobsummerwill/solidity
# branch: standalone_changes
# repo: ethereum/solidity
# branch: develop

# This is the deploy target for the Emscripten build, which publishes
# generated JS for particular Solidity commits into
# https://github.com/ethereum/solc-bin/tree/gh-pages/bin
# Disabled, but can be renamed when we have the "standalone" changes
# published back into the 'develop' branch.
#
#deploy:
# provider: script
# script: scripts/travis-emscripten/publish_binary.sh
# skip_cleanup: true
# on:
# branch: develop
deploy:
provider: script
script: scripts/travis-emscripten/publish_binary.sh
skip_cleanup: true
on:
branch: develop

0 comments on commit 6a40e10

Please sign in to comment.