From 5ffdcf73da9bfa9ea062dbcb85eb50fccd86d587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Thu, 21 Jul 2016 08:30:47 +0200 Subject: [PATCH] Switch TravisCI to use mono latest instead of nightly This is related to this issue https://github.com/travis-ci/travis-ci/issues/6319, which is causing CI to fail installing mono runtime. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bff594a46a..5fbd9065f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: csharp mono: - - nightly + - latest solution: Avalonia.mono.sln before_install: - mkdir -p .nuget