From 3a9a6caa34ddca34537f0811b0ca861dd9730263 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 10 Feb 2016 05:04:58 +0100 Subject: travis: check that installing works --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c02807a1a..044d1d2c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,9 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y $(sh .travis-translate-pkgs $EXTRALIBS); fi script: - - autoreconf -i -f - - ./configure && make && make check + - autoreconf -v -i -f + - ./configure --prefix=$PWD/_i + - make && make check && make install && make installcheck notifications: email: -- cgit v1.2.1