From 47338b39bb495c0edd77e42011b409bfa73b89a1 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 12 Sep 2018 00:32:52 +0200 Subject: [PATCH] Travis: bump --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83841abcd..500d1b228 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.401 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved + dotnet: 2.1.402 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved osx_image: xcode10