Repository: celix
Updated Branches:
  refs/heads/develop 353f65790 -> 7c6a1410a


CELIX-237: Added sudo to make install for cpputest lib


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/7c6a1410
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/7c6a1410
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/7c6a1410

Branch: refs/heads/develop
Commit: 7c6a1410a3f3522c12f6fd89798250adad1b1172
Parents: 353f657
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Tue Oct 13 16:57:20 2015 +0200
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Tue Oct 13 16:57:20 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/7c6a1410/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8a2d313..e12d4c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ matrix:
 before_script:  
     - wget 
https://github.com/cpputest/cpputest.github.io/blob/master/releases/cpputest-3.7.1.tar.gz?raw=true
 -O /tmp/cpputest.tar.gz
     - tar -xzvf /tmp/cpputest.tar.gz -C /tmp 
-    - if [ "$CC" = "clang" ]; then export CXX="clang++"; fi && cd 
/tmp/cpputest-3.7.1 && ./configure --prefix=/usr && make && make install && cd -
+    - if [ "$CC" = "clang" ]; then export CXX="clang++"; fi && cd 
/tmp/cpputest-3.7.1 && ./configure --prefix=/usr && make && sudo make install 
&& cd -
     - mkdir build install
     - git clone -b 2.7 --single-branch https://github.com/akheron/jansson.git 
jansson-build
     - cd jansson-build

Reply via email to