Skip to content

Commit

Permalink
fixes for travis2
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed May 30, 2016
1 parent a95fd22 commit 6839af0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,8 +1,9 @@
language: csharp

solution: src/LessMsi.sln
install:
- mono ./src/.nuget/NuGet.exe restore -Verbosity Detailed -NonInteractive -OutputDirectory ./src/packages/ -Source "https://api.nuget.org/v3/index.json" ./src/LessMsi.sln
script:
- cd src
- xbuild /p:TheVersion=0.0 ./.build/lessmsi.msbuild

mono:
- 4.2.3

0 comments on commit 6839af0

Please sign in to comment.