Files
octokit.net/.travis.yml
2016-06-14 12:19:35 +07:00

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