Browse Source

Bump test version target

af/merge-core
James Jackson-South 8 years ago
parent
commit
ae57465f1e
  1. 2
      .travis.yml

2
.travis.yml

@ -21,7 +21,7 @@ branches:
script: script:
- git submodule -q update --init - git submodule -q update --init
- dotnet restore - 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: env:
global: global:

Loading…
Cancel
Save