From: jpbruyere Date: Tue, 19 Jul 2016 03:24:50 +0000 (+0200) Subject: set custom build command to use xbuild to travis X-Git-Tag: v0.4~55^2~4 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=ecca6389ef920e890a6d30947b9168a0c91d0154;p=jp%2Fcrow.git set custom build command to use xbuild to travis --- diff --git a/.travis.yml b/.travis.yml index ab9fe41c..256c9555 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,7 @@ language: csharp solution: Crow.sln +install: + - nuget restore Crow.sln +script: + - xbuild /p:Configuration=Release Crow.sln +