From a9c6fe457f0f383e5e16549d1dae00af04c162ab Mon Sep 17 00:00:00 2001 From: Zama Bandeira Braga Date: Tue, 25 Apr 2017 16:18:59 -0300 Subject: [PATCH] #10 fix build path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44dc6c6..7be29cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - xbuild /p:Configuration=Release ./src/TweetNaCl.sln - ls ./src/TweetNaCl.Tests/bin/Release/ - export LD_LIBRARY_PATH=/usr/local/lib - - mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[TweetNaCl] ./src/packages/NUnit.Console.3.0.1/tools/nunit3-console.exe ./src/TweetNaCl.Tests/bin/Debug/TweetNaCl.Tests.dll + - mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[TweetNaCl] ./src/packages/NUnit.Console.3.0.1/tools/nunit3-console.exe ./src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll - monocov --export-xml=monocovCoverage monocovCoverage.cov - cat monocovCoverage.cov - ls monocovCoverage