From: David Kalnischkies Date: Tue, 15 Sep 2015 10:28:53 +0000 (+0200) Subject: travis: move 'make' into the install target X-Git-Tag: 1.1_exp15~51 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/fa74b4ece008f6600d530e28a609f31312c8c864 travis: move 'make' into the install target This auto-collapses the output and doesn't run the tests if we compiling fails as a bonus. Git-Dch: Ignore --- diff --git a/.travis.yml b/.travis.yml index 8be0285e0..b94d122a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ install: - sudo apt-get -qq -y install gcc-4.8 g++-4.8 - sudo apt-get -qq -y -t vivid install gettext - export CC=gcc-4.8 CXX=g++-4.8 -script: - make +script: - make test - ./test/integration/run-tests -q - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true