build: retry testfront to get around occasional segfault in travis.

pull/1791/head
Qingping Hou 8 years ago
parent 9fff21cbe7
commit 98d5026b8e

@ -67,7 +67,7 @@ install:
script: script:
- travis_retry make fetchthirdparty - travis_retry make fetchthirdparty
- make all - make all
- make testfront - travis_retry make testfront
after_success: after_success:
- make coverage - make coverage

Loading…
Cancel
Save