Skip to content

Commit a8a8331

Browse files
Merge remote-tracking branch 'upstream/master'
2 parents 16e9fee + d1ca661 commit a8a8331

File tree

2 files changed

+2
-218
lines changed

2 files changed

+2
-218
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
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

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)