Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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