From 98d5026b8e626812ca9f3a8dc8ea44bae3ca65fd Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Thu, 4 Feb 2016 00:07:04 -0800 Subject: [PATCH] build: retry testfront to get around occasional segfault in travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a99782ff2..9a0838e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ install: script: - travis_retry make fetchthirdparty - make all - - make testfront + - travis_retry make testfront after_success: - make coverage