From e2d79d0d94760758333a09fc88f1aa4ce3e2d9c3 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 24 Sep 2016 17:18:05 -0500 Subject: Travis mac updates (#3169) * update our travis configs to run against 10.10, 10.11, 10.12 Drops 10.9 from Travis. The xcode8 image is also currently not 10.12, but is planned to become that soon see: https://blog.travis-ci.com/2016-09-15-new-default-osx-image-coming/ * add output of sw_vers for mac builders on travis * reorder --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index f77fdda7..4dfa7ee7 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -4,6 +4,7 @@ set -e set -x if [[ "$(uname -s)" == 'Darwin' ]]; then + sw_vers brew update || brew update brew outdated openssl || brew upgrade openssl -- cgit v1.2.3