Skip to content

Commit

Permalink
Revert "Ensure Travis uses the latest version of xctool."
Browse files Browse the repository at this point in the history
This reverts commit 38fdea9,
which workaround is no longer necessary now that Travis has xctool 0.1.16 installed
(travis-ci/travis-ci#2345).
  • Loading branch information
Jeff Wear committed Jul 23, 2014
1 parent 8091eef commit cdf9c41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ language: objective-c

install:
# - `xctool`, required to build the unit test and documentation targets
# Workaround for https://github.com/travis-ci/travis-ci/issues/2051#issuecomment-40817341
- brew update
- brew upgrade xctool
# nothing to do here because it's already installed on Travis

# - `appledoc`, used to build documentation
# Force the usage of appledoc 2.1 until https://github.com/inkling/Subliminal/issues/71 is addressed;
Expand Down

0 comments on commit cdf9c41

Please sign in to comment.