summaryrefslogtreecommitdiff
path: root/shippable.yml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-06-28 15:29:13 +0200
committerJulian Andres Klode <jak@debian.org>2017-06-28 16:13:47 +0200
commitc81b83864b7da79250a210ea7c49b5b03a4b2b16 (patch)
tree72db5df472070e8147b2c65174a221681c984f9b /shippable.yml
parent29a08d8ab0c4d82f26c2712c456508784040cdbb (diff)
Fix test suite and enable non-curl testing on travis, shippable
Gbp-Dch: ignore
Diffstat (limited to 'shippable.yml')
-rw-r--r--shippable.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml
index ad72afc80..e144d94d5 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -9,7 +9,7 @@ build:
- apt-get install -qq build-essential
- ./prepare-release travis-ci
- mkdir build
- - ( cd build && cmake .. )
+ - ( cd build && cmake -DWITH_CURL=OFF .. )
- make -C build -j 4
- CTEST_OUTPUT_ON_FAILURE=1 make -C build test
- ./test/integration/run-tests -q