We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf16e4 commit d0a8b55Copy full SHA for d0a8b55
.travis.yml
@@ -5,4 +5,6 @@ sudo: false
5
cache: apt
6
7
script:
8
- - xbuild /p:Configuration=Debug IntegrationEngine.sln
+ - xbuild /p:Configuration=Release IntegrationEngine.sln
9
+ - mono ./packages/NUnit.Runners.2.6.4/tools/nunit-console.exe ./IntegrationEngine.Model.Tests/bin/Debug/IntegrationEngine.Model.Tests.dll
10
+ - mono ./packages/NUnit.Runners.2.6.4/tools/nunit-console.exe ./IntegrationEngine.Tests/bin/Debug/IntegrationEngine.Tests.dll
0 commit comments