mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3953 from ethereum/noemscriptentestsontravis
Do not run emscripten tests on travis.
This commit is contained in:
commit
b8b460994f
@ -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