Add Travis CI support

This commit is contained in:
glucaci
2016-11-30 13:09:47 +01:00
parent e923d06984
commit 5217668ef1
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.0-preview2-003131
script:
- ./build.sh verify
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
dotnet restore && dotnet build **/project.json