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:
authorDaniel Grunwald <daniel@danielgrunwald.de>2015-06-05 22:26:18 +0300
committerDaniel Grunwald <daniel@danielgrunwald.de>2015-06-05 22:26:18 +0300
commit4e9eb9bbe86354878ece5a62ec723bdfa3d4191b (patch)
tree16a7745a9f3f516dc36929a84b63b90286d8e95f
parentd3136c92ce6163d71e7701db5f6d16379d78b2db (diff)
Run unit tests on travis
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 695970c4..bb520e6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +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
+ - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Debug NRefactory.sln
+ - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe bin/Debug/ICSharpCode.NRefactory.Tests.dll