Skip to content

Commit 86adf22

Browse files
committed
Updated Travis-CI conf to avoid 'brew upgrade' error. Using pre-installed xctool instead.
1 parent f29edf0 commit 86adf22

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: objective-c
2-
before_install:
3-
- brew update
4-
- brew upgrade xctool
2+
3+
# before_install:
4+
# - brew update
5+
# - brew upgrade xctool
6+
57
script:
68
- xctool -project OHHTTPStubs/OHHTTPStubs.xcodeproj -scheme "OHHTTPStubs iOS" -configuration Release -sdk iphonesimulator test
79
# - xctool -project OHHTTPStubs/OHHTTPStubs.xcodeproj -scheme "OHHTTPStubs Mac" -configuration Release -sdk macosx test

0 commit comments

Comments
 (0)