Skip to content

Commit f14fa8f

Browse files
committed
Don't send in the "Debug" configuration parameter
1 parent 55c1ddd commit f14fa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ install:
55
- nuget restore src/GitVersion.sln
66
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory nunit
77
script:
8-
- xbuild /p:Configuration=Debug "./src/GitVersion.sln"
8+
- xbuild "./src/GitVersion.sln"
99
- mono --debug --runtime=v4.0.30319 ./nunit/NUnit.Runners.2.6.4/tools/nunit-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 -nodots

0 commit comments

Comments
 (0)