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.
1 parent d4f5614 commit fe59cadCopy full SHA for fe59cad
.travis.yml
@@ -14,7 +14,7 @@ script:
14
- xctool test -project ./Breadth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
15
- xctool test -project ./Bucket\ Sort/Tests/Tests.xcodeproj -scheme Tests
16
- xctool test -project ./Counting\ Sort/Tests/Tests.xcodeproj -scheme Tests
17
-- xctool test -project ./Depth-First Search/Tests/Tests.xcodeproj -scheme Tests
+- xctool test -project ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
18
- xctool test -project ./Graph/Graph.xcodeproj -scheme GraphTests
19
- xctool test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests
20
- xctool test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
0 commit comments