should fix all the emscripten errors and problems associated with it

Signed-off-by: RJ Catalano <rj@monax.io>
This commit is contained in:
RJ Catalano 2017-02-11 14:06:30 -06:00
parent 529224dd0e
commit 31baabaf61
No known key found for this signature in database
GPG Key ID: D4AB109D9B5D6386

View File

@ -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: