We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572b6a6 commit 73464bfCopy full SHA for 73464bf
3 files changed
.travis.yml
@@ -39,4 +39,5 @@ install:
39
# Run the build script
40
script:
41
- travis_retry dotnet restore --disable-parallel
42
+ - dotnet build Algorithms
43
- dotnet build AlgorithmsTest
Algorithms/MergeSortedArray.cs
1.08 KB
AlgorithmsTest/MergeSortedArrayTest.cs
62 Bytes
0 commit comments