Browse Source

revert running tests

need to investigate issue with tests on linux
pull/69/head
Scott Williams 10 years ago
parent
commit
53e7e0b565
  1. 1
      .travis.yml

1
.travis.yml

@ -21,7 +21,6 @@ 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