aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-04-22 14:35:32 +0800
committerSonic <sonic@dexon.org>2019-04-22 18:33:44 +0800
commit96df3dc14f24957b1a04df540639b5a3be4ca861 (patch)
tree51268e4a6db8ad10b7fbd0070bef87c5de5df4d2 /.travis.yml
parent6337bcdf014a7e37bdf0944fbfe09fa695faa128 (diff)
downloaddexon-96df3dc14f24957b1a04df540639b5a3be4ca861.tar
dexon-96df3dc14f24957b1a04df540639b5a3be4ca861.tar.gz
dexon-96df3dc14f24957b1a04df540639b5a3be4ca861.tar.bz2
dexon-96df3dc14f24957b1a04df540639b5a3be4ca861.tar.lz
dexon-96df3dc14f24957b1a04df540639b5a3be4ca861.tar.xz
dexon-96df3dc14f24957b1a04df540639b5a3be4ca861.tar.zst
dexon-96df3dc14f24957b1a04df540639b5a3be4ca861.zip
test: run smoke test on ganache
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