From d39d1b9dc454624d9576a46e85a99ccd7aa3db50 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 12 Nov 2016 17:31:12 -0600 Subject: [PATCH] Add current Xcode versions for testing. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 807315f..b6c081d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,6 +69,12 @@ matrix: - env: TOOLSET=xcode-7.2 os: osx osx_image: xcode7.2 + - env: TOOLSET=xcode-7.3 + os: osx + osx_image: xcode7.3 + - env: TOOLSET=xcode-8.0 + os: osx + osx_image: xcode8 before_install: # Fetch the scripts to do the actual building/testing.