From 6a40e10ac299e69a8cf2c926f310375345216a71 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Mon, 1 Aug 2016 02:51:51 -0700 Subject: Enable the Emscripten release flow. 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. --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82f79a7c..87932e8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,8 +108,8 @@ 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 @@ -117,9 +117,9 @@ env: # 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 -- cgit v1.2.3