Skip to content

Commit 4fe0691

Browse files
Turn down xbuild verbosity in Travis to decrease log size
1 parent 3dc3332 commit 4fe0691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ install:
2727
- mono .nuget/nuget.exe restore src/GitVersion.sln -Verbosity detailed
2828
- mono .nuget/nuget.exe install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
2929
script:
30-
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
30+
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:normal
3131
- git status
3232
- git show-ref HEAD --head
3333
- git show HEAD -s
3434
- cat .git/HEAD
3535
- cat .git/FETCH_HEAD
3636
- mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l console -output buildserver -updateAssemblyInfo
37-
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
37+
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:normal
3838
- mono ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionCore.Tests/bin/Debug/GitVersionCore.Tests.dll ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionExe.Tests/bin/Debug/GitVersionExe.Tests.dll --where "cat != NoMono" --noresult
3939

4040
#

0 commit comments

Comments
 (0)