Skip to content

Commit 2597bc6

Browse files
committed
Merge pull request #16 from loudnate/travis-carthage-fix
Comment out carthage installation in travis build
2 parents 3cca948 + ac6d878 commit 2597bc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: objective-c
22
osx_image: xcode7.2
3-
before_install:
4-
- brew update
5-
- brew install carthage
3+
#before_install:
4+
# - brew update
5+
# - brew install carthage
66
before_script:
77
- carthage bootstrap
88
before_deploy:

0 commit comments

Comments
 (0)