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
|
||||
sudo: false
|
||||
mono:
|
||||
- 3.12.0
|
||||
script:
|
||||
- ./build.sh --quiet verify
|
||||
Loading…
Reference in New Issue