diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-09-15 12:28:53 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-04 15:02:36 +0100 |
commit | fa74b4ece008f6600d530e28a609f31312c8c864 (patch) | |
tree | cf4e8e61ec9fe7a578616b89aa79a6a7aa8c4cb8 /.travis.yml | |
parent | f9ed8466916776f19e4b2be113082f6e238f543a (diff) |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |