Skip to content

Commit 3dea733

Browse files
authored
Update .travis.yml
1 parent c1503ea commit 3dea733

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
@@ -25,7 +25,7 @@ script:
2525
#- mono ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll
2626

2727
- export LD_LIBRARY_PATH=/usr/local/lib
28-
- mono --verbose --debug --profile=monocov:outfile=monocovCoverage.cov,+[F23.StringSimilarity],+[F23.StringSimilarity.Tests] ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll
28+
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[F23.StringSimilarity],+[F23.StringSimilarity.Tests] ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll
2929
- monocov --export-xml=monocovCoverage monocovCoverage.cov
3030
- REPO_COMMIT_AUTHOR=$(git show -s --pretty=format:"%cn")
3131
- REPO_COMMIT_AUTHOR_EMAIL=$(git show -s --pretty=format:"%ce")

0 commit comments

Comments
 (0)