diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-27 17:50:42 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-29 00:58:08 +0800 |
commit | 913b9c0e6b0c58a1983f676f8c73e4f6581a3e68 (patch) | |
tree | 26d52a6dcbf9b4bc04e29c15c73a174ab3e96412 /.travis.yml | |
parent | 79d13366874c432c2f8f2adf3cd8cc00638c6a98 (diff) | |
download | dexon-solidity-913b9c0e6b0c58a1983f676f8c73e4f6581a3e68.tar.gz dexon-solidity-913b9c0e6b0c58a1983f676f8c73e4f6581a3e68.tar.zst dexon-solidity-913b9c0e6b0c58a1983f676f8c73e4f6581a3e68.zip |
Run solc-js tests on emscripten build
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 d947707c..e82da7c0 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) |