8000
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 01248c5 commit c40de6eCopy full SHA for c40de6e
.travis.yml
@@ -13,6 +13,7 @@ script:
13
- xctool test -project ./Bounded\ Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests
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 ./BTree\ BTree/Tests/Tests.xcodeproj -scheme Tests
17
- xctool test -project ./Counting\ Sort/Tests/Tests.xcodeproj -scheme Tests
18
- xctool test -project ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
19
- xctool test -project ./Graph/Graph.xcodeproj -scheme GraphTests
0 commit comments