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 59dee73 commit a2ec9ddCopy full SHA for a2ec9dd
.travis.yml
@@ -2,6 +2,7 @@ language: objective-c
2
osx_image: xcode7.2
3
4
script:
5
+- xcodebuild build -project ./AVL\ Tree/Tests/Tests.xcodeproj
6
- xcodebuild test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests
-- xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
7
-- xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
+#- xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
8
+#- xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
0 commit comments