Skip to content

Commit d0a8b55

Browse files
committed
Run tests on travis
1 parent daf16e4 commit d0a8b55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ sudo: false
55
cache: apt
66

77
script:
8-
- xbuild /p:Configuration=Debug IntegrationEngine.sln
8+
- 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

Comments
 (0)