1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-01-14 22:18:43 +00:00

.travis fixed

This commit is contained in:
glucaci 2016-11-30 21:58:19 +01:00
parent 74b893ffd2
commit 89e43ec501
2 changed files with 1 additions and 3 deletions

View File

@ -4,4 +4,4 @@ sudo: required
mono: none
dotnet: 1.0.0-preview2-003131
script:
- ./build.sh verify
- dotnet restore && dotnet build **/project.json

View File

@ -1,2 +0,0 @@
#!/usr/bin/env bash
dotnet restore && dotnet build **/project.json