Repository: celix
Updated Branches:
  refs/heads/feature/CELIX-335_deploy_refactoring 17a075359 -> 7a042fd0b


CELIX-335: Update travis config to udate cmake used on osx (brew 
uninstall/install)


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

Branch: refs/heads/feature/CELIX-335_deploy_refactoring
Commit: 7a042fd0b6bb0e2639293c4fc8f17c655d02c869
Parents: 17a0753
Author: Pepijn Noltes <[email protected]>
Authored: Tue Jan 12 20:46:21 2016 +0100
Committer: Pepijn Noltes <[email protected]>
Committed: Tue Jan 12 20:46:21 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/celix/blob/7a042fd0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index da5f3f0..1a71d86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ allow_failures:
 
 before_install:
   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq update && sudo 
apt-get install -y uuid-dev libxml2-dev lcov libffi-dev; fi
+  - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew uninstall cmake; fi
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install lcov 
libffi cmake && brew link --force libffi; fi
 
 before_script:

Reply via email to