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

Update travis script

This commit is contained in:
glucaci 2017-04-12 10:57:13 +02:00
parent 408e2ded46
commit b7c303a290

View File

@ -2,13 +2,13 @@ language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.0-preview2-003131
dotnet: 1.0.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y mpd
script:
- dotnet restore
- dotnet build **/project.json
- dotnet test LibMpcTest/project.json
- dotnet build
- dotnet test LibMpcTest/LibMpcTest.csproj
notifications:
email:false