From 8ec28463fc053f89a3c711122cf6c7873560f3fe Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 13 May 2015 16:34:20 -0700 Subject: [PATCH] Update .travis.yml to use working version of mono. - Non 3.12.0 versions cause unexpected end of file stream exception. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 947bf868ee..65b9f21ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: csharp sudo: false +mono: + - 3.12.0 script: - ./build.sh --quiet verify \ No newline at end of file