aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-10-27 12:03:14 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-10-27 12:03:21 +0200
commitda4e9b11fd6a2004c389a90c913ae8fb4f2dff55 (patch)
tree2a7becc7a4cd8c08596ccd5966a109911c003df9 /.travis
parent85ebd075c4afc0e010057e968f7737d4c5c7c19b (diff)
downloadaports-da4e9b11fd6a2004c389a90c913ae8fb4f2dff55.tar.bz2
aports-da4e9b11fd6a2004c389a90c913ae8fb4f2dff55.tar.xz
travis: require check when not explicitly disabled
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/build-pkgs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build-pkgs b/.travis/build-pkgs
index 3d20f0754c..e7d3e59717 100755
--- a/.travis/build-pkgs
+++ b/.travis/build-pkgs
@@ -79,7 +79,7 @@ for repo in $(changed_repos "$commit_range"); do
fold_start "$pkgname" "Building package $qname"
cd $qname
- if abuild -r; then
+ if REQUIRE_CHECK=1 abuild -r; then
checkapk || :
successful_pkgs="$successful_pkgs $qname"
else