Skip to content

Commit

Permalink
Run brew update only once
Browse files Browse the repository at this point in the history
Homebrew/legacy-homebrew#42553 is fixed on the Xcode 7 image.
  • Loading branch information
0xced committed Oct 30, 2015
1 parent b235c4b commit 3b98b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ env:
- 'DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p" CONFIGURATION="Release" SCHEME="XCDYouTubeKit tvOS" RUN_CLANG_STATIC_ANALYZER="YES"'
before_install:
- xcrun simctl list
- brew update; brew update
- brew update
install:
- brew install coreutils
- gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet
Expand Down

0 comments on commit 3b98b31

Please sign in to comment.