We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29edf0 commit 86adf22Copy full SHA for 86adf22
.travis.yml
@@ -1,7 +1,9 @@
1
language: objective-c
2
-before_install:
3
- - brew update
4
- - brew upgrade xctool
+
+# before_install:
+# - brew update
5
+# - brew upgrade xctool
6
7
script:
8
- xctool -project OHHTTPStubs/OHHTTPStubs.xcodeproj -scheme "OHHTTPStubs iOS" -configuration Release -sdk iphonesimulator test
9
# - xctool -project OHHTTPStubs/OHHTTPStubs.xcodeproj -scheme "OHHTTPStubs Mac" -configuration Release -sdk macosx test
0 commit comments