aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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