Skip to content

Commit

Permalink
Added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriiudodov committed Jun 8, 2019
1 parent e0d2c61 commit 4be8578
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: csharp
mono: none
sudo: required
dist: xenial
dotnet: 2.2
script:
- dotnet restore
- dotnet build
- dotnet test
branches:
only: master

0 comments on commit 4be8578

Please sign in to comment.