Browse Source

Enable running tests for Travis CI builds

af/merge-core
Andrew Wilkinson 9 years ago
parent
commit
dcae033984
  1. 1
      .travis.yml

1
.travis.yml

@ -21,6 +21,7 @@ branches:
script:
- dotnet restore
- dotnet build -c Release src/*/project.json
- dotnet test tests/ImageSharp.Tests/project.json -c Release -f "netcoreapp1.1"
env:
global:

Loading…
Cancel
Save