From 9cee26e7f80238fd8a53ddb200c83f14c1dfda6e Mon Sep 17 00:00:00 2001 From: Sonic Date: Tue, 23 Apr 2019 13:28:36 +0800 Subject: test: run smoke test on ganache (#388) * test: run smoke test on ganache * Update build/setup_recovery_env.sh Co-Authored-By: Jsying * Update build/setup_recovery_env.sh Co-Authored-By: Jsying --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3