From 59ee9e38f01abd643b70a0373cfe8f1017c6b6bc Mon Sep 17 00:00:00 2001 From: STAM Date: Sun, 22 Dec 2019 16:48:47 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b13789..fa9c607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,9 @@ - +language: csharp +solution: solution-path/solution-name.sln +install: + - nuget restore solution-path/solution-name.sln + matrix: + include: + - name: Library Build + script: + - msbuild /p:Configuration=Release solution-name.sln