Browse Source

fix path to solution file

pull/728/head
Daniel Grunwald 10 years ago
parent
commit
993155cfd7
  1. 2
      .travis.yml

2
.travis.yml

@ -4,5 +4,5 @@ install: @@ -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

Loading…
Cancel
Save