We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e9fee + d1ca661 commit a8a8331Copy full SHA for a8a8331
.travis.yml
@@ -4,9 +4,7 @@ dotnet: 2.1.502
4
solution: C-Sharp-Algorithms.sln
5
install:
6
- 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
9
script:
10
- dotnet msbuild /p:Configuration=Release C-Sharp-Algorithms.sln
11
- # - dotnet restore
12
- # - dotnet test UnitTest/UnitTest.csproj
+ - dotnet restore
+ - dotnet test UnitTest/UnitTest.csproj
UnitTest/AlgorithmsTests/GraphsBellmanFordShortestPaths.cs
0 commit comments