mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not run emscripten tests on travis.
This commit is contained in:
parent
5f9c9a42ca
commit
07fb2ad9fa
@ -173,7 +173,7 @@ before_script:
|
||||
&& scripts/create_source_tarball.sh)
|
||||
|
||||
script:
|
||||
- test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh)
|
||||
- test $SOLC_EMSCRIPTEN != On -o $SOLC_TESTS != On || (scripts/test_emscripten.sh)
|
||||
- test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh)
|
||||
- test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user