X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/dfd863ea50c0fcf9b9ac4dfb5ae0e64c529bd767..d1bdb73a96d01896ec8e213a0f14abc38d19a929:/.travis.yml?ds=sidebyside diff --git a/.travis.yml b/.travis.yml index 755640831..424172e04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ before_script: - ( mkdir build && cd build && cmake .. ) - make -C build -j4 script: + - CTEST_OUTPUT_ON_FAILURE=1 make -C build test - ./test/integration/run-tests -q - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true - sudo ./test/integration/run-tests -q