File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ install:
1111script :
1212 - xbuild /p:Configuration=Debug ICSharpCode.SharpZipLib.sln
1313 - xbuild /p:Configuration=Release ICSharpCode.SharpZipLib.sln
14- - mono ./packages/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe / framework: mono-4.0 /runlist: ./ICSharpCode.SharpZipLib.Tests/PassingTests.txt / result: ./Documentation/nunit3-test-results-travis.xml ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll
14+ - mono ./packages/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe -- framework= mono-4.0 --labels=All --testlist= ./ICSharpCode.SharpZipLib.Tests/PassingTests.txt -- result= ./Documentation/nunit3-test-results-travis.xml;format=nunit3 ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ after_test:
157157
158158# to run your custom scripts instead of automatic tests
159159test_script :
160- - cmd : nunit3-console / framework: net-4.5 /runlist: ./ICSharpCode.SharpZipLib.Tests/PassingTests.txt / result: ./Documentation/nunit3-test-results-appveyor.xml;format=AppVeyor ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll
160+ - cmd : nunit3-console -- framework= net-4.5 --labels=All --testlist= ./ICSharpCode.SharpZipLib.Tests/PassingTests.txt -- result= ./Documentation/nunit3-test-results-appveyor.xml;format=AppVeyor ./bin/Release/ICSharpCode.SharpZipLib.Tests.dll
161161
162162# to disable automatic tests
163163# test: off
You can’t perform that action at this time.
0 commit comments