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:
parent
b360f66326
commit
432ddbd467
|
|
@ -2,5 +2,10 @@ language: csharp
|
|||
sudo: false
|
||||
mono:
|
||||
- alpha
|
||||
env:
|
||||
- MONO_THREADS_PER_CPU=2000
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
script:
|
||||
- ./build.sh --quiet verify
|
||||
Loading…
Reference in New Issue