No bytecodecompare if tests failed (issue #2300)

This commit is contained in:
Boris Kostenko 2017-10-20 13:44:28 +03:00 committed by GitHub
parent 3041def259
commit ca236d4225

View File

@ -184,10 +184,10 @@ before_script:
script: script:
- test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh) - test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh)
- [[ $? == 0 ]] || SOLC_STOREBYTECODE=Off - test $? == 0 || SOLC_STOREBYTECODE=Off
- test $SOLC_DOCS != On || (scripts/docs.sh) - test $SOLC_DOCS != On || (scripts/docs.sh)
- test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh) - test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh)
- [[ $? == 0 ]] || SOLC_STOREBYTECODE=Off - test $? == 0 || SOLC_STOREBYTECODE=Off
- test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh) - test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh)
deploy: deploy: