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
1c39930b16
commit
42d6166b61
|
|
@ -1,4 +1,6 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
sudo: false
|
sudo: false
|
||||||
|
mono:
|
||||||
|
- 4.0.5
|
||||||
script:
|
script:
|
||||||
- ./build.sh --quiet verify
|
- ./build.sh --quiet verify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue