Skip to content

Commit

Permalink
chore: updating testing script info
Browse files Browse the repository at this point in the history
  • Loading branch information
bolorundurowb committed Feb 12, 2017
1 parent e2a7d31 commit cc643fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script:
after_script:
- export LD_LIBRARY_PATH=/usr/local/lib
- nuget install NUnit.Runners -Version 3.5.0 -OutputDirectory tools
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+PropertyConfig ./tools/NUnit.ConsoleRunner.3.5.0/tools/nunit3-console.exe --process=Single ./PropertyConfig.Tests/bin/Release/PropertyConfig.Tests.dll
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[PropertyConfig] ./tools/NUnit.ConsoleRunner.3.5.0/tools/nunit3-console.exe --process=Single ./PropertyConfig.Tests/bin/Release/PropertyConfig.Tests.dll
- monocov --export-xml=monocovCoverage monocovCoverage.cov
- cat monocovCoverage.cov
- ls monocovCoverage
Expand Down

0 comments on commit cc643fc

Please sign in to comment.