Skip to content

Commit

Permalink
#17: fix test DLL path on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Sep 4, 2016
1 parent 379dc30 commit 801b0d9
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 @@ -7,4 +7,4 @@ install:
- mono ./.paket/paket.exe restore -v
script:
- xbuild /p:Configuration=Debug JabberNet.sln
- mono ./packages/NUnit.ConsoleRunner/tools/nunit3-console.exe ./JabberNet.Test/bin/Debug/JabberNet.Test.dll
- mono ./packages/NUnit.ConsoleRunner/tools/nunit3-console.exe ./tests/JabberNet.Test/bin/Debug/JabberNet.Test.dll

0 comments on commit 801b0d9

Please sign in to comment.