[PATCH 2/2] travis: Run make install in travis.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux