-
Notifications
You must be signed in to change notification settings - Fork 9
/
.travis.yml
22 lines (22 loc) · 891 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# https://travis-ci.org/denis-peshkov/VirtualRrouterManager
language: csharp
solution: VirtualRouterManager.sln
script:
- grep "Test Results" build.log
dotnet: 1.0.1
dist: trusty
install:
# - sudo apt-get install nunit-console
# - sudo apt-get install dotnet-dev-1.0.4
- nuget restore VirtualRouterManager.sln
# - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release VirtualRouterManager.sln
# - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./MyProject.Tests/bin/Release/MyProject.Tests.dll
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/62031f782e1d7f3d28e1
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always