From 993155cfd7130a7d7008933a94e791f18b1e2061 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 6 Jun 2015 18:23:19 +0200 Subject: [PATCH] fix path to solution file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b25a3d5ba..99e41ae3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ install: - nuget restore ICSharpCode.Decompiler.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: - - xbuild /p:Configuration=Debug ICSharpCode.Decompiler/ICSharpCode.Decompiler.sln + - xbuild /p:Configuration=Debug ICSharpCode.Decompiler.sln - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ICSharpCode.Decompiler/bin/Debug/ICSharpCode.Decompiler.Tests.dll