mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
ci: no more crazy retry in travis
This commit is contained in:
@@ -5,7 +5,7 @@ source "${CI_DIR}/common.sh"
|
|||||||
|
|
||||||
travis_retry make fetchthirdparty
|
travis_retry make fetchthirdparty
|
||||||
make all
|
make all
|
||||||
retry_cmd 6 make testfront
|
retry_cmd 2 make testfront
|
||||||
set +o pipefail
|
set +o pipefail
|
||||||
luajit $(which luacheck) --no-color -q frontend | tee ./luacheck.out
|
luajit $(which luacheck) --no-color -q frontend | tee ./luacheck.out
|
||||||
test $(grep Total ./luacheck.out | awk '{print $2}') -le 54
|
test $(grep Total ./luacheck.out | awk '{print $2}') -le 54
|
||||||
|
|||||||
Reference in New Issue
Block a user