diff options
author | chriseth <chris@ethereum.org> | 2018-04-20 06:03:01 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-20 06:03:01 +0800 |
commit | 07fb2ad9faccfc4272059b35f16e2a604ad55058 (patch) | |
tree | f1c47f11ff117b8a4eb76e9c4c5c758120a36412 /.travis.yml | |
parent | 5f9c9a42ca3b5ff346ef64158706aa40edd1c6eb (diff) | |
download | dexon-solidity-07fb2ad9faccfc4272059b35f16e2a604ad55058.tar.gz dexon-solidity-07fb2ad9faccfc4272059b35f16e2a604ad55058.tar.zst dexon-solidity-07fb2ad9faccfc4272059b35f16e2a604ad55058.zip |
Do not run emscripten tests on travis.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3640d2e2..8487deef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -173,7 +173,7 @@ before_script: && scripts/create_source_tarball.sh) script: - - test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh) + - test $SOLC_EMSCRIPTEN != On -o $SOLC_TESTS != On || (scripts/test_emscripten.sh) - test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh) - test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh) |