aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-04-23 13:28:36 +0800
committerGitHub <noreply@github.com>2019-04-23 13:28:36 +0800
commit9cee26e7f80238fd8a53ddb200c83f14c1dfda6e (patch)
treebe139e4693ec0c7a2ec2758d5cd7179202fd728d /.travis.yml
parent3d09a2650959463ace37c9cc705e408ab48b4ef6 (diff)
downloaddexon-9cee26e7f80238fd8a53ddb200c83f14c1dfda6e.tar
dexon-9cee26e7f80238fd8a53ddb200c83f14c1dfda6e.tar.gz
dexon-9cee26e7f80238fd8a53ddb200c83f14c1dfda6e.tar.bz2
dexon-9cee26e7f80238fd8a53ddb200c83f14c1dfda6e.tar.lz
dexon-9cee26e7f80238fd8a53ddb200c83f14c1dfda6e.tar.xz
dexon-9cee26e7f80238fd8a53ddb200c83f14c1dfda6e.tar.zst
dexon-9cee26e7f80238fd8a53ddb200c83f14c1dfda6e.zip
test: run smoke test on ganache (#388)
* test: run smoke test on ganache * Update build/setup_recovery_env.sh Co-Authored-By: Jsying <sonic@dexon.org> * Update build/setup_recovery_env.sh Co-Authored-By: Jsying <sonic@dexon.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 46233a9b9..4b5623636 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,14 +59,17 @@ matrix:
git:
submodules: false
script:
+ - cd build
+ - ./setup_recovery_env.sh
+ - cd ..
- make gdex
- cd test
- - ./run_test.sh --ignore-log
+ - ./run_test.sh --smoke-test
- cd ..
- ./build/fullnode-test.sh
- pkill -15 -f gdex
- cd test
- - ./run_test.sh --continue --ignore-log
+ - ./run_test.sh --continue --smoke-test
- cd ..
- ./build/recovery-test.sh