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

15 lines
300 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
2016-12-14 09:56:00 +00:00
befor_install:
- sudo apt-get update -qq
- sudo apt-get install -y mpd
2016-11-30 12:09:47 +00:00
script:
2016-12-13 12:24:07 +00:00
- dotnet restore
- dotnet build **/project.json
- dotnet test LibMpcTest/project.json
2016-11-30 21:03:21 +00:00
notifications:
email:false