From 316084b6940d88f3d89f7d3a742df00c95c181e8 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 6 Nov 2019 21:22:09 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50e2b175b..79ff74326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,9 +75,6 @@ script: wait set +u # This is needed to continue Travis build matrix: - # TODO: Remove failure allow once linux works with 3.0 - allow_failures: - - os: linux # We can use fast finish, as we don't need to wait for allow_failures builds to mark build as success fast_finish: true include: @@ -86,7 +83,8 @@ matrix: - os: linux # Ref: https://docs.travis-ci.com/user/reference/bionic dist: bionic + dotnet: 3.0.100 # For linux, we need absolute dotnet version until https://travis-ci.community/t/is-net-core-3-0-supported/5630 is resolved - os: osx # Ref: https://docs.travis-ci.com/user/reference/osx dotnet: 3.0.100 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved - osx_image: xcode11 + osx_image: xcode11.2