From a936ae9ec1415aec0b4f76c1e3f79ab154897be6 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 20 Aug 2018 03:22:20 +0200 Subject: [PATCH] Travis bump --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01578d3fd..475992901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,5 +73,5 @@ matrix: sudo: false - os: osx # Ref: https://docs.travis-ci.com/user/reference/osx - dotnet: 2.1.302 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved - osx_image: xcode9.4 + dotnet: 2.1.400 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved + osx_image: xcode10