mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
should fix all the emscripten errors and problems associated with it
Signed-off-by: RJ Catalano <rj@monax.io>
This commit is contained in:
parent
529224dd0e
commit
31baabaf61
@ -194,7 +194,7 @@ deploy:
|
||||
# scripts because TravisCI doesn't provide much in the way of conditional logic.
|
||||
|
||||
- provider: script
|
||||
script: test $SOLC_EMSCRIPTEN == On || (scripts/release_emscripten.sh)
|
||||
script: test $SOLC_EMSCRIPTEN != On || (scripts/release_emscripten.sh)
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch:
|
||||
|
Loading…
Reference in New Issue
Block a user