Browse Source

just run tests on travis

Running tests will cause the tests + its dependencies to be rebuild thus this
tests building & testing the core projects
af/merge-core
Scott Williams 9 years ago
parent
commit
be25b35a9e
  1. 3
      .travis.yml

3
.travis.yml

@ -20,8 +20,7 @@ branches:
script:
- dotnet restore
- dotnet build -c Release ImageSharp.sln
- dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj --no-build -c Release -f "netcoreapp1.1"
- dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp1.1"
env:
global:

Loading…
Cancel
Save