From 4bca45dc1a5958d53b62024c39f1acef7abcd839 Mon Sep 17 00:00:00 2001
From: czen <taccessviolation@gmail.com>
Date: Thu, 3 Oct 2019 19:21:42 +0300
Subject: [PATCH] TRY: fix mono build in travis-ci by specifying mono version

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6693243..ed190cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: csharp
 solution: Compilers.sln
 mono:
- - latest
+ - 6.4.0
  
 install:
   - sudo apt-get install nunit-console
-- 
GitLab