ci: no more crazy retry in travis

pull/1951/head
Qingping Hou 8 years ago
parent e9b9bbadcc
commit bab7dda089

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

Loading…
Cancel
Save