From 32193565af92052f0dd74bdfee2f702fd59f1055 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 28 Aug 2018 18:34:59 +0200 Subject: [PATCH] Travis: bump --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 475992901..83841abcd 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.400 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved + dotnet: 2.1.401 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved osx_image: xcode10