Skip to content

Commit

Permalink
removed extra, tried simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
csMACnz committed Feb 19, 2015
1 parent bc32ec3 commit aad7e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ install:
script:
- xbuild /p:Configuration=Release ./src/GameOfLife.sln
- export LD_LIBRARY_PATH=/usr/local/lib
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[GameOfLife],+[GameOfLife.NUnit.Tests] ./src/packages/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo -noshadow -process=Single ./src/GameOfLife.NUnit.Tests/bin/Release/GameOfLife.NUnit.Tests.dll
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+GameOfLife ./src/packages/NUnit.Runners.2.6.4/tools/nunit-console.exe -noshadow ./src/GameOfLife.NUnit.Tests/bin/Release/GameOfLife.NUnit.Tests.dll
- monocov --export-xml=monocovCoverage monocovCoverage.cov
- cat monocovCoverage.cov
- ls monocovCoverage
Expand Down

0 comments on commit aad7e29

Please sign in to comment.