diff options
author | Sonic <sonic@dexon.org> | 2019-04-05 10:45:05 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:59 +0800 |
commit | 5b80717ed4b1633e889b9a2cc241827a9dbd44d5 (patch) | |
tree | 065c7e3b014b85c1fb870c3368affac8bea7efb0 /.travis.yml | |
parent | d52097c148c5247be8e346c8eca3c3cfc8fdd770 (diff) | |
download | go-tangerine-5b80717ed4b1633e889b9a2cc241827a9dbd44d5.tar go-tangerine-5b80717ed4b1633e889b9a2cc241827a9dbd44d5.tar.gz go-tangerine-5b80717ed4b1633e889b9a2cc241827a9dbd44d5.tar.bz2 go-tangerine-5b80717ed4b1633e889b9a2cc241827a9dbd44d5.tar.lz go-tangerine-5b80717ed4b1633e889b9a2cc241827a9dbd44d5.tar.xz go-tangerine-5b80717ed4b1633e889b9a2cc241827a9dbd44d5.tar.zst go-tangerine-5b80717ed4b1633e889b9a2cc241827a9dbd44d5.zip |
build: add end to end integration test for recovery mechanism (#336)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fdefcc545..f59b817b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,11 @@ matrix: - ./run_test.sh --ignore-log - cd .. - ./build/fullnode-test.sh + - pkill -15 -f gdex + - cd test + - ./run_test.sh --continue --ignore-log + - cd .. + - ./build/recovery-test.sh addons: homebrew: packages: |