Update `.travis.yml` to run on OSX.

- Added `MONO_THREADS_PER_CPU=2000` environment variable to ensure `dnu restore` completes successfully.
This commit is contained in:
N. Taylor Mullen 2015-08-15 10:17:36 -07:00
parent b360f66326
commit 432ddbd467
1 changed files with 5 additions and 0 deletions

View File

@ -2,5 +2,10 @@ language: csharp
sudo: false
mono:
- alpha
env:
- MONO_THREADS_PER_CPU=2000
os:
- linux
- osx
script:
- ./build.sh --quiet verify