From 53b72f65f475bff7195037873e1fbfdd59c731c7 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 26 Aug 2015 12:48:35 -0700 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 90281b8fe4..354043eb25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: csharp sudo: false mono: - - alpha + - 4.0.4 script: - ./build.sh --quiet verify