Browse Source

make travis build all projects

af/merge-core
Scott Williams 10 years ago
parent
commit
0eda8e5d8c
  1. 3
      .travis.yml

3
.travis.yml

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

Loading…
Cancel
Save