Adds travis to build

This commit is contained in:
Karolis2011
2019-08-17 22:53:30 +03:00
parent 8ca5a24065
commit 57cd065738
2 changed files with 31 additions and 0 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: csharp
mono: none
dotnet: 2.2.6
solution: ASS.API.sln
script:
- dotnet restore