X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/dfd863ea50c0fcf9b9ac4dfb5ae0e64c529bd767..a6ae3d3df490e7a5a1c8324ba9dc2e63972b1529:/.travis.yml 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