aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-04-23 13:28:36 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-15 22:09:56 +0800
commit2b2f301c7827bede218b67b2bad8d354a8ef63be (patch)
treec98d9bd4468c988671541132c7116bcd3a2ffcb9 /.travis.yml
parent5638018dcb287c5b176ed408d811d992915ac2af (diff)
downloadgo-tangerine-2b2f301c7827bede218b67b2bad8d354a8ef63be.tar
go-tangerine-2b2f301c7827bede218b67b2bad8d354a8ef63be.tar.gz
go-tangerine-2b2f301c7827bede218b67b2bad8d354a8ef63be.tar.bz2
go-tangerine-2b2f301c7827bede218b67b2bad8d354a8ef63be.tar.lz
go-tangerine-2b2f301c7827bede218b67b2bad8d354a8ef63be.tar.xz
go-tangerine-2b2f301c7827bede218b67b2bad8d354a8ef63be.tar.zst
go-tangerine-2b2f301c7827bede218b67b2bad8d354a8ef63be.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