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

This commit is contained in:
Qingping Hou
2016-02-04 00:07:04 -08:00
parent 9fff21cbe7
commit 98d5026b8e

View File

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