summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2015-12-28 20:34:09 -0300
committerArun Raghavan <git@arunraghavan.net>2015-12-29 05:36:50 +0530
commitcd74d8f013f480f7245e7b7a1347701a0ce2034a (patch)
tree2af0f2e3751b2a7d545005450644c76504cf7b1d
parentca7b0722f11a97152c0e6f5b950c6c7fa1a1fad0 (diff)
downloadpulseaudio-cd74d8f013f480f7245e7b7a1347701a0ce2034a.tar.gz
travis: Run make install in travis.
This helps detect ordering problems in the install target
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: