Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48 - e.g. when Travis updates default Mono version in `csharp` bundle
This commit is contained in:
parent
8653144977
commit
8078f691f0
|
|
@ -2,6 +2,8 @@ language: csharp
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
env:
|
||||||
- MONO_THREADS_PER_CPU=2000
|
- MONO_THREADS_PER_CPU=2000
|
||||||
|
mono:
|
||||||
|
- 4.0.5
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue