From cd74d8f013f480f7245e7b7a1347701a0ce2034a Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Mon, 28 Dec 2015 20:34:09 -0300 Subject: [PATCH] travis: Run make install in travis. This helps detect ordering problems in the install target --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 456cfb5cb..da3b352ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ before_script: - NOCONFIGURE=1 ./bootstrap.sh script: - - ./configure --localstatedir=/var && make && make check && make check-daemon + - ./configure --localstatedir=/var && make && make check && make check-daemon && make install DESTDIR=`mktemp -d` notifications: email: