diff options
author | RJ Catalano <rj@monax.io> | 2017-02-12 04:06:30 +0800 |
---|---|---|
committer | RJ Catalano <rj@monax.io> | 2017-02-12 04:06:30 +0800 |
commit | 31baabaf61c3d9e306ae6f79ebc1eb89bcee6d18 (patch) | |
tree | 526e051dffe5396d971bbc5d524d66aaef8402e5 | |
parent | 529224dd0e28ddeb43d4876e39c244846313201d (diff) | |
download | dexon-solidity-31baabaf61c3d9e306ae6f79ebc1eb89bcee6d18.tar.gz dexon-solidity-31baabaf61c3d9e306ae6f79ebc1eb89bcee6d18.tar.zst dexon-solidity-31baabaf61c3d9e306ae6f79ebc1eb89bcee6d18.zip |
should fix all the emscripten errors and problems associated with it
Signed-off-by: RJ Catalano <rj@monax.io>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0a0aa139..77fb06cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |