From 51e65164a56379fae2286bd086e9119b0e7a0d9e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 21 Oct 2017 13:10:34 +0800 Subject: [PATCH] travis.yml: Bump osx_image to xcode8.3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 099d453a..5cf48b35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ os: - linux - osx +osx_image: xcode8.3 + compiler: - clang - gcc