Skip to content

Commit d1ca661

Browse files
PatrykOlejniczakaalhour
authored andcommitted
Fix unit test (aalhour#100)
* Remove broken BellmanFord tests. * Remove broken BellmanFord tests. * Turn on test on travis. * Remove broken nuget on travis
1 parent d1f4217 commit d1ca661

File tree

2 files changed

+2
-218
lines changed

2 files changed

+2
-218
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ dotnet: 2.1.502
44
solution: C-Sharp-Algorithms.sln
55
install:
66
- dotnet restore
7-
# - nuget install xunit.runners -Version 2.0.0 -OutputDirectory testrunner
8-
# - nuget install xunit.runner.console -Version 2.4.1 -OutputDirectory testrunner
97
script:
108
- dotnet msbuild /p:Configuration=Release C-Sharp-Algorithms.sln
11-
# - dotnet restore
12-
# - dotnet test UnitTest/UnitTest.csproj
9+
- dotnet restore
10+
- dotnet test UnitTest/UnitTest.csproj

UnitTest/AlgorithmsTests/GraphsBellmanFordShortestPaths.cs

-214
This file was deleted.

0 commit comments

Comments
 (0)