From ae57465f1ec8b4002eafa5275d8189664a9efbc9 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 6 Feb 2018 13:53:14 +1100 Subject: [PATCH] Bump test version target --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 740107f49d..54e4dee2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ branches: script: - git submodule -q update --init - dotnet restore - - dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp1.1" + - dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp2.0" env: global: