зеркало из https://github.com/AvaloniaUI/Avalonia.git
19 строки
344 B
YAML
19 строки
344 B
YAML
language: csharp
|
|
os:
|
|
- linux
|
|
- osx
|
|
dist: trusty
|
|
mono:
|
|
- latest
|
|
dotnet: 1.0.1
|
|
script:
|
|
- ./build.sh --target "Travis" --platform "Mono" --configuration "Release"
|
|
notifications:
|
|
email: false
|
|
webhooks:
|
|
urls:
|
|
- https://webhooks.gitter.im/e/98f653320ef2b7506c05
|
|
on_success: change
|
|
on_failure: always
|
|
on_start: never
|