Browse Source

Add build script

pull/56/head
James Jackson-South 9 years ago
parent
commit
232a992ec8
  1. 9
      .travis.yml

9
.travis.yml

@ -5,6 +5,15 @@ dotnet: 1.0.0-preview2-003121
mono: none
solution: ImageSharp.sln
branches:
only:
- master
script:
- cd src/ImageSharp/
- dotnet restore
- dotnet build -c Release
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created

Loading…
Cancel
Save