]> git.saurik.com Git - apt.git/commitdiff
travis: move 'make' into the install target
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 15 Sep 2015 10:28:53 +0000 (12:28 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 14:02:36 +0000 (15:02 +0100)
This auto-collapses the output and doesn't run the tests
if we compiling fails as a bonus.

Git-Dch: Ignore

.travis.yml

index 8be0285e004f71909d0e777f0cdd70924b78a7e5..b94d122a47214eeb313441284408a59d61005e68 100644 (file)
@@ -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