We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f4217 commit d1ca661Copy full SHA for d1ca661
.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