diff options
author | chriseth <c@ethdev.com> | 2016-08-01 21:29:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 21:29:33 +0800 |
commit | 21a7dda733b68a4417c4822b22bd4810a9c3e5d1 (patch) | |
tree | 5a4913d6af8e2458d89cfd56b6dddeb1487084d9 | |
parent | 6c4b9bf1d4d006f77520273287ecfaf5764cdc46 (diff) | |
parent | 6a40e10ac299e69a8cf2c926f310375345216a71 (diff) | |
download | dexon-solidity-21a7dda733b68a4417c4822b22bd4810a9c3e5d1.tar dexon-solidity-21a7dda733b68a4417c4822b22bd4810a9c3e5d1.tar.gz dexon-solidity-21a7dda733b68a4417c4822b22bd4810a9c3e5d1.tar.bz2 dexon-solidity-21a7dda733b68a4417c4822b22bd4810a9c3e5d1.tar.lz dexon-solidity-21a7dda733b68a4417c4822b22bd4810a9c3e5d1.tar.xz dexon-solidity-21a7dda733b68a4417c4822b22bd4810a9c3e5d1.tar.zst dexon-solidity-21a7dda733b68a4417c4822b22bd4810a9c3e5d1.zip |
Merge pull request #773 from bobsummerwill/enable_release_flow
Enable the Emscripten release flow
-rw-r--r-- | .travis.yml | 16 |
1 files 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 |