Skip to content

Commit

Permalink
Next try with travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
teian committed Jul 26, 2017
1 parent 6a902de commit b0d9605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: csharp
solution: Fos.sln
install:
- nuget restore Fos.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
- nuget install NUnit.ConsoleRunner -Version 3.7.0 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release Fos.sln
- mono ./testrunner/NUnit.Console.3.7.0/tools/nunit-console.exe ./Fos.Tests/bin/Release/Fos.Tests.dll
- mono ./testrunner/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe ./Fos.Tests/bin/Release/Fos.Tests.dll
4 changes: 0 additions & 4 deletions packages.config

This file was deleted.

0 comments on commit b0d9605

Please sign in to comment.