You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ph...@apache.org on 2019/04/28 11:19:39 UTC

[nifi-minifi-cpp] branch master updated: MINIFICPP-830 - update Xcode versions in Travis build

This is an automated email from the ASF dual-hosted git repository.

phrocker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ef45e7  MINIFICPP-830 - update Xcode versions in Travis build
9ef45e7 is described below

commit 9ef45e7071e4756bd050c801106edc3c598270e9
Author: Dustin Rodrigues <du...@gmail.com>
AuthorDate: Fri Apr 26 22:39:22 2019 -0400

    MINIFICPP-830 - update Xcode versions in Travis build
    
    This closes #547.
    
    Signed-off-by: Marc Parisi <ph...@apache.org>
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index af65036..0128c0f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -130,7 +130,7 @@ matrix:
       script:
         - ./bootstrap.sh -e -t && cd build  && cmake -DUSE_SHARED_LIBS=ON .. && make -j2 VERBOSE=1 && sudo make test ARGS="-j2 --output-on-failure"
     - os: osx
-      osx_image: xcode8.3
+      osx_image: xcode9.2
       env:
         - CMAKE_BUILD_OPTIONS="${CMAKE_BUILD_OPTIONS} -DENABLE_LUA_SCRIPTING=1"
       # https://docs.travis-ci.com/user/osx-ci-environment/#Homebrew
@@ -151,7 +151,7 @@ matrix:
         - package='libpcap'; [[ $(brew ls --versions ${package}) ]] && { brew outdated ${package} || brew upgrade ${package}; } || brew install ${package}
         - package='xz'; [[ $(brew ls --versions ${package}) ]] && { brew outdated ${package} || brew upgrade ${package}; } || brew install ${package}
     - os: osx
-      osx_image: xcode9.1
+      osx_image: xcode10
       env:
         - CMAKE_BUILD_OPTIONS="${CMAKE_BUILD_OPTIONS} -DENABLE_LUA_SCRIPTING=1"
       # https://docs.travis-ci.com/user/osx-ci-environment/#Homebrew