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 ecae2cc commit 9b3458eCopy full SHA for 9b3458e
.travis.yml
@@ -17,7 +17,7 @@ script:
17
# - xcodebuild test -project ./Bounded\ Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests
18
# - xcodebuild test -project ./Breadth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
19
# - xcodebuild test -project ./Bucket\ Sort/Tests/Tests.xcodeproj -scheme Tests
20
-# - xcodebuild test -project ./B-Tree/Tests/Tests.xcodeproj -scheme Tests
+- xcodebuild test -project ./B-Tree/Tests/Tests.xcodeproj -scheme Tests
21
# - xcodebuild test -project ./Counting\ Sort/Tests/Tests.xcodeproj -scheme Tests
22
# - xcodebuild test -project ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
23
# - xcodebuild test -project ./Graph/Graph.xcodeproj -scheme GraphTests
0 commit comments