From 82b1238b27e7819635c22d8662c53226d8f28a3b Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Tue, 17 Nov 2015 11:05:58 -0800 Subject: [PATCH] Explicitly choose Mono 4.0.5 - avoids future problems related to aspnet/External#48 - e.g. when Travis updates default Mono version in `csharp` bundle --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e5af3cd231..08e745f9ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,7 @@ install: - make install - export LD_LIBRARY_PATH="$HOME/libuvinstall/lib" - cd $OLDPWD +mono: + - 4.0.5 script: - ./build.sh --quiet verify