Skip to content
Snippets Groups Projects
Commit da4e9b11 authored by Carlo Landmeter's avatar Carlo Landmeter
Browse files

travis: require check when not explicitly disabled

parent 85ebd075
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ for repo in $(changed_repos "$commit_range"); do ...@@ -79,7 +79,7 @@ for repo in $(changed_repos "$commit_range"); do
fold_start "$pkgname" "Building package $qname" fold_start "$pkgname" "Building package $qname"
cd $qname cd $qname
if abuild -r; then if REQUIRE_CHECK=1 abuild -r; then
checkapk || : checkapk || :
successful_pkgs="$successful_pkgs $qname" successful_pkgs="$successful_pkgs $qname"
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment