Skip to content

Commit

Permalink
Fix testing dll reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed Jun 14, 2015
1 parent b0b1566 commit 6dd9293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ install:
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release /p:PostBuildEventUseInBuild=false /p:PreBuildEvent="" /p:PostBuildEvent="" /p:TargetFrameworkProfile="" ./src/WOL.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./src/WakeOnLan.Testing/bin/Release/WakeOnLan.dll
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./src/WakeOnLan.Testing/bin/Release/WakeOnLan.Testing.dll

0 comments on commit 6dd9293

Please sign in to comment.