[smuxi: 8/12] travisCI: replace mono 4.6.1 with 4.6.2



commit fb1937677fae57acab0d67b456518799c03ac488
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Wed Dec 5 14:23:56 2018 +0800

    travisCI: replace mono 4.6.1 with 4.6.2
    
    After the switch from trusty to xenial and the removal of some
    old build hacks, the 4.6.1 lane was the only one that was
    failing[1] due to a weird package installation problem which
    seems related to F#.
    
    IIRC the default version of mono in 16.04 and 18.04 is 4.6.2,
    not 4.6.1, so maybe this change may potentially fix this problem.
    
    [1] https://travis-ci.org/meebey/smuxi/jobs/463695261

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.travis.yml b/.travis.yml
index 8caef9b7..90184d63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ before_install:
 
 mono:
     - latest
-    - 4.6.1
+    - 4.6.2
     - 4.2.3
     - 4.2.1
     - 4.0.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]