Browse Source

make travis build all projects

pull/69/head
Scott Williams 9 years ago
parent
commit
07312cee01
  1. 3
      .travis.yml

3
.travis.yml

@ -19,9 +19,8 @@ branches:
- coverity_scan
script:
- cd src/ImageSharp/
- dotnet restore
- dotnet build -c Release
- dotnet build -c Release src\*\project.json
env:
global:

Loading…
Cancel
Save