travis: Run make install in travis.

This helps detect ordering problems in the install target
This commit is contained in:
Felipe Sateler 2015-12-28 20:34:09 -03:00 committed by Arun Raghavan
parent ca7b0722f1
commit cd74d8f013

View 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: