mirror of
https://github.com/adusak/Dependify.git
synced 2026-01-14 13:13:34 +01:00
Added travis
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
language: csharp
|
||||
dotnet: 2.0.0
|
||||
|
||||
script:
|
||||
- dotnet build -c Release src/Dependify
|
||||
- dotnet test src/Dependify.Test
|
||||
Reference in New Issue
Block a user