mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-01 00:37:37 +00:00
Add Travis CI support
This commit is contained in:
7
.Travis.yml
Normal file
7
.Travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: csharp
|
||||
dist: trusty
|
||||
sudo: required
|
||||
mono: none
|
||||
dotnet: 1.0.0-preview2-003131
|
||||
script:
|
||||
- ./build.sh verify
|
Reference in New Issue
Block a user