This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/cxx in repository https://gitbox.apache.org/repos/asf/celix.git
commit 807b88b5bb166e253dc1c517326d2865bc60584f Author: Pepijn Noltes <[email protected]> AuthorDate: Mon Jan 7 20:52:12 2019 +0100 CELIX-458: Updates travis config to install libzip --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ead5d89..e4774d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,8 @@ matrix: before_install: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi - - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -qq uuid-dev libxml2-dev lcov libffi-dev libczmq-dev libcpputest-dev libjansson-dev; fi - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install lcov libffi zeromq czmq glog cpputest jansson && brew link --force libffi; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -qq uuid-dev libxml2-dev lcov libffi-dev libczmq-dev libcpputest-dev libjansson-dev libzip-dev; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install lcov libffi zeromq czmq glog cpputest jansson libzip && brew link --force libffi; fi before_script: - mkdir build install
