Skip to content

Commit

Permalink
Revert to manual Homebrew commands, seems faster
Browse files Browse the repository at this point in the history
  • Loading branch information
yvbeek committed Nov 2, 2018
1 parent 441e0f8 commit ae44bc1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ cache:
- $HOME/Library/Caches/org.carthage.CarthageKit/dependencies
- Carthage

addons:
homebrew:
update: true
packages:
- carthage

env:
global:
- LANG=en_US.UTF-8
Expand All @@ -37,7 +31,8 @@ env:
- DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.4" SCHEME="Telegraph iOS" RUN_TESTS="NO"

before_install:
# Install XCPretty
# Install Carthage and XCPretty
- brew outdated carthage || brew upgrade carthage
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

before_script:
Expand Down

0 comments on commit ae44bc1

Please sign in to comment.