From e908bce29079ed6466128067ef43bab6129b20a5 Mon Sep 17 00:00:00 2001 From: pmoulon Date: Sun, 17 Dec 2017 20:13:51 -0800 Subject: [PATCH] [continuous integration] Travis XCode 8.2 -> 8.3 #1170 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25074a94d0..51fa72ff7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ matrix: - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" - os: osx - osx_image: xcode8.2 + osx_image: xcode8.3 # works on Precise and Trusty - os: linux