mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1680 from VoR0220/fixEmscriptenDeployment
Fixes travis deployment failings (emscripten related)
This commit is contained in:
commit
2bd2c8ec26
@ -194,7 +194,7 @@ deploy:
|
|||||||
# scripts because TravisCI doesn't provide much in the way of conditional logic.
|
# scripts because TravisCI doesn't provide much in the way of conditional logic.
|
||||||
|
|
||||||
- provider: script
|
- provider: script
|
||||||
script: test $SOLC_EMSCRIPTEN == On || (scripts/release_emscripten.sh)
|
script: test $SOLC_EMSCRIPTEN != On || (scripts/release_emscripten.sh)
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user