From ca5581461c75b61acf1cf6fd9409d9b2b2a4005e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 21 Mar 2017 11:33:25 -0700 Subject: [PATCH] Update Travis to macOS Sierra [skip appveyor] --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4f56d9d3a..084c199f52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,7 @@ services: addons: apt: packages: - - gettext - - libcurl4-openssl-dev - - libicu-dev - - libssl-dev - libunwind8 - - zlib1g env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true @@ -20,6 +15,7 @@ mono: none os: - linux - osx +osx_image: xcode8.2 branches: only: - master