Browse Source

make travis build all projects

af/merge-core
Scott Williams 9 years ago
parent
commit
0eda8e5d8c
  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