[pulseaudio-commits] .travis.yml
Arun Raghavan
arun at kemper.freedesktop.org
Mon Dec 28 16:07:12 PST 2015
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cd74d8f013f480f7245e7b7a1347701a0ce2034a
Author: Felipe Sateler <fsateler at debian.org>
Date: Mon Dec 28 20:34:09 2015 -0300
travis: Run make install in travis.
This helps detect ordering problems in the install target
diff --git a/.travis.yml b/.travis.yml
index 456cfb5..da3b352 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:
More information about the pulseaudio-commits
mailing list