From 540b1405e6c81e6ff2336a3940c184b35192f486 Mon Sep 17 00:00:00 2001 From: Christopher Dembia Date: Wed, 21 Sep 2016 12:43:41 -0700 Subject: [PATCH] [travis] Remove xcode8 build. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1b840419..6ffd00643 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,6 @@ matrix: - os: osx compiler: clang env: BTYPE=RelWithDebInfo - - os: osx - osx_image: xcode8 - compiler: clang - env: BTYPE=RelWithDebInfo before_install: ## Ensure that there are no tabs in source code.