Skip to content

Commit

Permalink
Add travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Koch committed Oct 23, 2017
1 parent bcb1e73 commit 53e1961
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

language: csharp

os: linux
dist: trusty
group: edge
sudo: required
mono: latest
dotnet: 2.0.0

addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
packages:
- dotnet-sharedframework-microsoft.netcore.app-1.0.5

script:
- ./build.sh -t Publish

0 comments on commit 53e1961

Please sign in to comment.