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 6832500 commit a544010Copy full SHA for a544010
.travis.yml
@@ -22,3 +22,4 @@ script:
22
- xcodebuild test -project ./Selection\ Sort/Tests/Tests.xcodeproj -scheme Tests
23
- xcodebuild test -project ./Shell\ Sort/Tests/Tests.xcodeproj -scheme Tests
24
- xcodebuild test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests
25
+- xcodebuild test -project ./Longest\ Common\ Subsequence/Tests/Tests.xcodeproj -scheme Tests
0 commit comments