Browse Source

Bump test version target

pull/457/head
James Jackson-South 8 years ago
parent
commit
080db8529b
  1. 2
      .travis.yml

2
.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:

Loading…
Cancel
Save