ci: no more crazy retry in travis

This commit is contained in:
Qingping Hou
2016-04-19 01:00:31 -07:00
parent e9b9bbadcc
commit bab7dda089

View File

@@ -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