We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a2508 + 8d551a3 commit d0af0c1Copy full SHA for d0af0c1
.travis.yml
@@ -184,10 +184,8 @@ before_script:
184
185
script:
186
- test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh)
187
- - test $? == 0 || SOLC_STOREBYTECODE=Off
188
- test $SOLC_DOCS != On || (scripts/docs.sh)
189
- test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh)
190
191
- test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh)
192
193
deploy:
0 commit comments