Skip to content

Commit 9edfeef

Browse files
Update .travis.yml
1 parent a3f5d45 commit 9edfeef

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
@@ -8,7 +8,7 @@ install:
88
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
99
script:
1010
- xbuild /p:Configuration=Release CSharpHTTPClient/CSharpHTTPClient.sln
11-
- mono -domain:None ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll
11+
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll -domain:None
1212
notifications:
1313
hipchat:
1414
rooms:

0 commit comments

Comments
 (0)