Skip to content

Commit

Permalink
Force Travis to use appledoc 2.1. (fixes #70, refs #71)
Browse files Browse the repository at this point in the history
By installing using the last version of the formula to reference 2.1,
as found using `brew versions appledoc`.
  • Loading branch information
Jeff Wear committed Aug 21, 2013
1 parent 28c3bc6 commit bb53b6b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ language: objective-c

# These tasks run before cd'ing into Subliminal's repo
before_install:
- brew update
# Install required tools
# - `xctool`, required to build the unit test and documentation targets
# nothing to do here because it's already installed on Travis

# `xctool` is required to build the unit test and documentation targets
# but it is 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
- brew install https://raw.github.com/mxcl/homebrew/33aa810/Library/Formula/appledoc.rb

# Used to build documentation
- brew install appledoc
# Initialize test dependencies (OCMock)
- git submodule update --init --recursive

Expand Down

0 comments on commit bb53b6b

Please sign in to comment.