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 4ca7ab9 commit 36fba8aCopy full SHA for 36fba8a
.travis.yml
@@ -12,6 +12,7 @@ script:
12
- xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
13
- xcodebuild test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests
14
- xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
15
+- xcodebuild test -project ./Boyer-Moore/Tests/Tests.xcodeproj -scheme Tests
16
# - xcodebuild test -project ./Binary\ Search\ Tree/Solution\ 1/Tests/Tests.xcodeproj -scheme Tests
17
- xcodebuild test -project ./Bloom\ Filter/Tests/Tests.xcodeproj -scheme Tests
18
# - xcodebuild test -project ./Bounded\ Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests
0 commit comments