From 596a7960c14193572884a348ad3cb360cca69b19 Mon Sep 17 00:00:00 2001 From: Zama Bandeira Braga Date: Thu, 25 Aug 2016 09:12:05 -0300 Subject: [PATCH] ref #5 - code coverage configuration. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 23abb85..4bae8ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: - ./configure - make - sudo make install - - cd ../../zamabraga/TweetNaCl + - cd ../../zamabraga/TweetNaCl script: - xbuild /p:Configuration=Release ./src/TweetNaCl.sln - mono --debug --profile=monocov:outfile=monocovCoverage.cov,+TweetNaCl ./testrunner/NUnit.Console.3.0.1/tools/nunit3-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll