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:
N. Taylor Mullen 2015-08-26 12:48:35 -07:00
parent 6615972162
commit 53b72f65f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: csharp
sudo: false
mono:
- alpha
- 4.0.4
script:
- ./build.sh --quiet verify