From bab7dda089f05d6d302809af867da9bd190cf4f7 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Tue, 19 Apr 2016 01:00:31 -0700 Subject: [PATCH] ci: no more crazy retry in travis --- .ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/script.sh b/.ci/script.sh index 865c433d5..701ff6534 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -5,7 +5,7 @@ source "${CI_DIR}/common.sh" travis_retry make fetchthirdparty make all -retry_cmd 6 make testfront +retry_cmd 2 make testfront set +o pipefail luajit $(which luacheck) --no-color -q frontend | tee ./luacheck.out test $(grep Total ./luacheck.out | awk '{print $2}') -le 54