Force mono to specific version.
- Mono just pushed a change to their alpha feed that looks to have broken several MVC tests. As an interim fix specifying the version will ensure MVC builds on travis.
This commit is contained in:
parent
6615972162
commit
53b72f65f4
|
|
@ -1,6 +1,6 @@
|
|||
language: csharp
|
||||
sudo: false
|
||||
mono:
|
||||
- alpha
|
||||
- 4.0.4
|
||||
script:
|
||||
- ./build.sh --quiet verify
|
||||
|
|
|
|||
Loading…
Reference in New Issue