From 16efbcf2238e3b3c13c3394f65cbae6a4dbc5060 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 26 Apr 2015 20:59:47 -0400 Subject: [PATCH] build: enable travis retry --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f3fe3b8b..ebc39758f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,13 +22,13 @@ install: # install an older version of lua_cliargs for busted v1.10.0 - sudo luarocks install lua_cliargs 2.1-2 # recent versions of busted may cause some weird segmentation faults - - git clone https://github.com/Olivine-Labs/busted/ + - travis_retry git clone https://github.com/Olivine-Labs/busted/ - cd busted && git checkout v1.10.0 && sudo luarocks make && cd .. - - sudo luarocks install luacov - - sudo luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev + - travis_retry sudo luarocks install luacov + - travis_retry sudo luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev script: - - make fetchthirdparty all + - travis_retry make fetchthirdparty all - sudo cp base/build/*/luajit /usr/bin/ - make testfront