1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00
MpcNET/.travis.yml

10 lines
181 B
YAML
Raw Normal View History

2016-11-30 12:09:47 +00:00
language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.0-preview2-003131
script:
2016-11-30 21:00:14 +00:00
- dotnet restore && dotnet build **/project.json
2016-11-30 21:03:21 +00:00
notifications:
email:false