Skip to content

Commit 581cf58

Browse files
committed
Travis-CI: nuget install NUnit.
1 parent 13bf362 commit 581cf58

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ language: csharp
22
solution: C-Sharp-Algorithms.sln
33
install:
44
- nuget restore C-Sharp-Algorithms.sln
5-
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
6-
#script:
7-
# - xbuild /p:Configuration=Release C-Sharp-Algorithms.sln
8-
# - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./AlgorithmsTests/bin/Release/AlgorithmsTests.dll
5+
- nuget install NUnit -Version 2.6.2
6+
- nuget install NUnit.Runners -Version 2.6.4

.travis.yml.new

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: csharp
2+
solution: C-Sharp-Algorithms.sln
3+
install:
4+
- nuget restore C-Sharp-Algorithms.sln
5+
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
6+
script:
7+
- xbuild /p:Configuration=Release C-Sharp-Algorithms.sln
8+
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./MainProgram/bin/Release/C-Sharp-Algorithms.dll

0 commit comments

Comments
 (0)