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 75d866a commit bb5cbe6Copy full SHA for bb5cbe6
.travis.yml
@@ -23,7 +23,7 @@ script:
23
# - xcodebuild test -project ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
24
# - xcodebuild test -project ./Graph/Graph.xcodeproj -scheme GraphTests
25
# - xcodebuild test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests
26
-# - xcodebuild test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
+- xcodebuild test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
27
- xcodebuild test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests
28
# - xcodebuild test -project ./K-Means/Tests/Tests.xcodeproj -scheme Tests
29
# - xcodebuild test -project ./Linked\ List/Tests/Tests.xcodeproj -scheme Tests
0 commit comments