mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
15 lines
273 B
YAML
15 lines
273 B
YAML
language: csharp
|
|
mono:
|
|
- 4.2.3
|
|
|
|
sudo: false # use the new container-based Travis infrastructure
|
|
os:
|
|
- osx
|
|
- linux
|
|
install:
|
|
- nuget restore Octokit-Mono.sln
|
|
script:
|
|
- mono tools/nuget/NuGet.exe restore Octokit-Mono.sln
|
|
- ./build.sh BuildMono
|
|
- ./build.sh
|