1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-01-14 22:18:43 +00:00
MpcNET/.travis.yml
2016-11-30 22:03:21 +01:00

10 lines
181 B
YAML

language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.0-preview2-003131
script:
- dotnet restore && dotnet build **/project.json
notifications:
email:false