Merge pull request #1680 from VoR0220/fixEmscriptenDeployment

Fixes travis deployment failings (emscripten related)
This commit is contained in:
Alex Beregszaszi
2017-02-11 20:25:50 +00:00
committed by GitHub
+1 -1
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: