Skip to content

Commit

Permalink
ref #5 - travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamabraga committed Aug 24, 2016
1 parent c85f7e4 commit f890698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ mono:

install:
- nuget restore src/TweetNaCl.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
- nuget install NUnit.Runners -Version 3.0.1 -OutputDirectory testrunner

script:
- xbuild /p:Configuration=Release ./src/TweetNaCl.sln
- mono testrunner/NUnit.Runners.2.6.2/tools/nunit-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll
- mono ./testrunner/NUnit.Console.3.0.1/tools/nunit3-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll

0 comments on commit f890698

Please sign in to comment.