NitroDebugger/.travis.yml
Benito Palacios Sánchez e9307a08d2
💚 Remove old dependency from CI
2016-09-06 20:54:14 +02:00

15 lines
409 B
YAML

## Travis CI Integration
language: csharp
solution: NitroDebugger.sln
# Use the new Travis CI infrastructure
sudo: false
install:
- nuget restore NitroDebugger.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild NitroDebugger.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe NitroDebugger.UnitTests/bin/Debug/NitroDebugger.UnitTests.dll