diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a7b3f5be..34b1152c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,6 +191,7 @@ before_script: && scripts/create_source_tarball.sh) script: + - test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh) - test $SOLC_DOCS != On || (scripts/docs.sh) - test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh) - test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh) |