summaryrefslogtreecommitdiff
path: root/shippable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'shippable.yml')
-rw-r--r--shippable.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml
index 0091b95ea..5aafda9cf 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -11,5 +11,6 @@ build:
- mkdir build
- ( cd build && cmake -DWITH_CURL=OFF .. )
- make -C build -j 4
+ - rm -f /etc/dpkg/dpkg.cfg.d/excludes
- CTEST_OUTPUT_ON_FAILURE=1 make -C build test
- unbuffer ./test/integration/run-tests -q -j 4