diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-12 04:25:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-12 04:25:50 +0800 |
commit | 2bd2c8ec262f05cded8fd762a29e4e2a7e9bdc0c (patch) | |
tree | 526e051dffe5396d971bbc5d524d66aaef8402e5 | |
parent | 529224dd0e28ddeb43d4876e39c244846313201d (diff) | |
parent | 31baabaf61c3d9e306ae6f79ebc1eb89bcee6d18 (diff) | |
download | dexon-solidity-2bd2c8ec262f05cded8fd762a29e4e2a7e9bdc0c.tar.gz dexon-solidity-2bd2c8ec262f05cded8fd762a29e4e2a7e9bdc0c.tar.zst dexon-solidity-2bd2c8ec262f05cded8fd762a29e4e2a7e9bdc0c.zip |
Merge pull request #1680 from VoR0220/fixEmscriptenDeployment
Fixes travis deployment failings (emscripten related)
-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: |