diff options
author | Boris Kostenko <limexp@mail.ru> | 2017-10-20 05:41:56 +0800 |
---|---|---|
committer | Boris Kostenko <limexp@mail.ru> | 2017-10-20 05:41:56 +0800 |
commit | f0af4019efb35982823feaadea22198016ca0100 (patch) | |
tree | 5dc9de8eef4c682adea99a0d2214525a73d859d8 /.travis.yml | |
parent | 4e7d1440ab84ba0566c7c75ff61b2f9e70738ef4 (diff) | |
download | dexon-solidity-f0af4019efb35982823feaadea22198016ca0100.tar dexon-solidity-f0af4019efb35982823feaadea22198016ca0100.tar.gz dexon-solidity-f0af4019efb35982823feaadea22198016ca0100.tar.bz2 dexon-solidity-f0af4019efb35982823feaadea22198016ca0100.tar.lz dexon-solidity-f0af4019efb35982823feaadea22198016ca0100.tar.xz dexon-solidity-f0af4019efb35982823feaadea22198016ca0100.tar.zst dexon-solidity-f0af4019efb35982823feaadea22198016ca0100.zip |
No bytecodecompare if tests failed (issue #2300)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 708d3620..cf40a74a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -183,9 +183,9 @@ before_script: && scripts/create_source_tarball.sh) script: - - test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh) + - test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh) || SOLC_STOREBYTECODE=Off - 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) || SOLC_STOREBYTECODE=Off - test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh) deploy: |