From 612848ef567c43765e2dd31c158933e34fc429e4 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Tue, 22 Nov 2016 19:01:25 +0100 Subject: Mention that cecil should be 0.9.6 (we're not yet compatible with the cecil 0.10 beta) --- .travis.yml | 1 + README | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb520e6a..f7ed58b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ install: - git clone git://github.com/jbevain/cecil.git ../cecil - git clone git://github.com/mono/ikvm-fork.git ../ikvm - pushd ../ikvm && git checkout c9edfe788667d5777e97e3f2fd195080d06dd32c && popd + - pushd ../cecil && git checkout 0.9.6 && popd - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: - xbuild /p:Configuration=Debug NRefactory.sln diff --git a/README b/README index 5fcaf41b..817c01f4 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ How to download: - Sourcecode is available on GitHub (https://github.com/icsharpcode/NRefactory) How to compile: - 1. Get Mono.Cecil + 1. Get Mono.Cecil 0.9.6 Get Cecil from https://github.com/jbevain/cecil ('git clone git://github.com/jbevain/cecil.git') or download Cecil from https://github.com/jbevain/cecil/ and unzip it into a directory named "cecil" next to the directory containing NRefactory. -- cgit v1.2.3