Merge pull request #3953 from ethereum/noemscriptentestsontravis

Do not run emscripten tests on travis.
This commit is contained in:
chriseth 2018-05-15 14:41:14 +02:00 committed by GitHub
commit b8b460994f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)