We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f268bb2 commit 9d2b9c9Copy full SHA for 9d2b9c9
.travis.yml
@@ -4,4 +4,4 @@ sudo: required
4
mono: none
5
dotnet: 1.0.3
6
script:
7
- - cd AlgorithmsUnitTest && dotnet restore && dotnet build && dotnet test
+ - cd cs-algorithms-unit-tests && dotnet restore && dotnet build && dotnet test
0 commit comments