X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/dfd863ea50c0fcf9b9ac4dfb5ae0e64c529bd767..57401c48fadc0c78733a67294f9cc20a57e527c9:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 755640831..3c4b59319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ before_script: - ( mkdir build && cd build && cmake .. ) - make -C build -j4 script: + - 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