diff options
author | Sonic <sonic@dexon.org> | 2019-04-05 10:45:05 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-15 22:09:55 +0800 |
commit | 9041a4c140f07e41ca35ee5fe09af5d54c1fa044 (patch) | |
tree | 2b4e9c9871f28c2ba656cab6df016d217cff4197 /.travis.yml | |
parent | 8bb384eb28d4aceba63b8077f664381fb3c06444 (diff) | |
download | go-tangerine-9041a4c140f07e41ca35ee5fe09af5d54c1fa044.tar go-tangerine-9041a4c140f07e41ca35ee5fe09af5d54c1fa044.tar.gz go-tangerine-9041a4c140f07e41ca35ee5fe09af5d54c1fa044.tar.bz2 go-tangerine-9041a4c140f07e41ca35ee5fe09af5d54c1fa044.tar.lz go-tangerine-9041a4c140f07e41ca35ee5fe09af5d54c1fa044.tar.xz go-tangerine-9041a4c140f07e41ca35ee5fe09af5d54c1fa044.tar.zst go-tangerine-9041a4c140f07e41ca35ee5fe09af5d54c1fa044.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: |