travis: Run make install in travis.
authorFelipe Sateler <fsateler@debian.org>
Mon, 28 Dec 2015 23:34:09 +0000 (20:34 -0300)
committerArun Raghavan <git@arunraghavan.net>
Tue, 29 Dec 2015 00:06:50 +0000 (05:36 +0530)
This helps detect ordering problems in the install target

.travis.yml

index 456cfb5..da3b352 100644 (file)
@@ -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: