mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
Update travis script
This commit is contained in:
parent
408e2ded46
commit
b7c303a290
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user