Skip to content

Commit

Permalink
TEMP: install xctool --HEAD
Browse files Browse the repository at this point in the history
Testing to see if >0.2.8 fixes build issues with Xcode 7.3
facebookarchive/xctool#666
  • Loading branch information
phatblat committed Mar 24, 2016
1 parent e21130d commit 0f68052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ checkout:
dependencies:
pre:
- brew update
- brew outdated xctool || brew upgrade xctool
- brew uninstall xctool && brew install --HEAD xctool

test:
override:
Expand Down
2 changes: 1 addition & 1 deletion script/travis-install-osx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e
git submodule update --init --recursive

brew update
brew outdated xctool || brew upgrade xctool
brew uninstall xctool && brew install --HEAD xctool

0 comments on commit 0f68052

Please sign in to comment.