aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-11-30 22:24:32 +0800
committerGitHub <noreply@github.com>2017-11-30 22:24:32 +0800
commitd0af0c14841648365ad05ecc626e672a16df5b5c (patch)
tree27c068f6cd96513a9023e586c209eb9f01309171
parentf5a2508e7f5b090002cd4317b4f84ea79acfca1a (diff)
parent8d551a3ae411ed56bea6f35fca8c792b8b0d32c3 (diff)
downloaddexon-solidity-d0af0c14841648365ad05ecc626e672a16df5b5c.tar.gz
dexon-solidity-d0af0c14841648365ad05ecc626e672a16df5b5c.tar.zst
dexon-solidity-d0af0c14841648365ad05ecc626e672a16df5b5c.zip
Merge pull request #3263 from ethereum/always_store_bytecode
Store bytecode in any case.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a2301c42..708d3620 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -184,10 +184,8 @@ before_script:
script:
- test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh)
- - test $? == 0 || SOLC_STOREBYTECODE=Off
- test $SOLC_DOCS != On || (scripts/docs.sh)
- test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh)
- - test $? == 0 || SOLC_STOREBYTECODE=Off
- test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh)
deploy: