Added travis

This commit is contained in:
David Kaya
2017-09-09 23:28:32 +02:00
parent 8fec63485d
commit a51ea735d6

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: csharp
dotnet: 2.0.0
script:
- dotnet build -c Release src/Dependify
- dotnet test src/Dependify.Test