Skip to content

Commit d0af0c1

Browse files
authored
Merge pull request #3263 from ethereum/always_store_bytecode
Store bytecode in any case.
2 parents f5a2508 + 8d551a3 commit d0af0c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ before_script:
184184

185185
script:
186186
- test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh)
187-
- test $? == 0 || SOLC_STOREBYTECODE=Off
188187
- test $SOLC_DOCS != On || (scripts/docs.sh)
189188
- test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh)
190-
- test $? == 0 || SOLC_STOREBYTECODE=Off
191189
- test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh)
192190

193191
deploy:

0 commit comments

Comments
 (0)