CELIX-335: Add cmake -version command in travis to be able to inspect the cmake 
version


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

Branch: refs/heads/develop
Commit: 414bc1b0841b41e1d327789bb33b85fe7108a544
Parents: d2be40f
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Thu Jan 7 19:02:44 2016 +0100
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Thu Jan 7 19:02:44 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/celix/blob/414bc1b0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 27cc4f6..e4391b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ before_install:
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install lcov 
libffi && brew link --force libffi; fi
 
 before_script:
+    - cmake -version
     - 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 && sudo make install 
&& cd -

Reply via email to