diff options
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shippable.yml b/shippable.yml index 54a707cdd..5aafda9cf 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,8 +2,8 @@ language: none build: pre_ci_boot: - image_name: debian - image_tag: stretch + image_name: ubuntu + image_tag: bionic pull: true ci: - apt-get install -qq build-essential expect @@ -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 |