]> O.S.I.I.S - jp/crow.git/commitdiff
set custom build command to use xbuild to travis
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 19 Jul 2016 03:24:50 +0000 (05:24 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 19 Jul 2016 03:24:50 +0000 (05:24 +0200)
.travis.yml

index ab9fe41c3cca07188b51c9240a26b3ed3b471056..256c95559a172a63fc11cac92361dfd4de3c65c3 100644 (file)
@@ -1,2 +1,7 @@
 language: csharp
 solution: Crow.sln
+install:
+      - nuget restore Crow.sln
+script:
+      - xbuild /p:Configuration=Release Crow.sln
+