Update .travis.yml to use working version of mono.
- Non 3.12.0 versions cause unexpected end of file stream exception.
This commit is contained in:
parent
90805fa827
commit
8ec28463fc
|
|
@ -1,4 +1,6 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
sudo: false
|
sudo: false
|
||||||
|
mono:
|
||||||
|
- 3.12.0
|
||||||
script:
|
script:
|
||||||
- ./build.sh --quiet verify
|
- ./build.sh --quiet verify
|
||||||
Loading…
Reference in New Issue