From 31baabaf61c3d9e306ae6f79ebc1eb89bcee6d18 Mon Sep 17 00:00:00 2001 From: RJ Catalano Date: Sat, 11 Feb 2017 14:06:30 -0600 Subject: should fix all the emscripten errors and problems associated with it Signed-off-by: RJ Catalano --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3