From 10012f4ee2e3c7e9c2b641bec58d0e3a2748ce87 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Tue, 17 Nov 2015 10:33:21 -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 1218a0fc0f..00937eeead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,7 @@ install: - make install - export LD_LIBRARY_PATH="$HOME/libuvinstall/lib" - cd $OLDPWD +mono: + - 4.0.5 script: - ./build.sh --quiet verify \ No newline at end of file