From f8438036f31c089bb109f737c20ab189ba153667 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 24 May 2018 00:51:30 +0200 Subject: [PATCH] try running 2.1 on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54e4dee2f8..deb8621971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ matrix: - os: linux # Ubuntu 14.04 dist: trusty sudo: required - dotnet: 2.1.4 + dotnet: 2.1.300-rc1-008673 mono: latest # - os: osx # OSX 10.11 # osx_image: xcode7.3.1 @@ -21,7 +21,7 @@ branches: script: - git submodule -q update --init - dotnet restore - - dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp2.0" + - dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp2.1" env: global: