Skip to content

Commit

Permalink
[CircleCI] Update xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhersh committed Apr 30, 2015
1 parent 26f6689 commit df5e81b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ machine:
environment:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
xcode:
version: "6.2"
dependencies:
pre:
- xcrun instruments -w "iPhone 6 (8.1 Simulator)" || exit 0
- xcrun instruments -w "iPhone 6 (8.2 Simulator)" || exit 0
override:
- sudo gem install cocoapods xcpretty obcd slather -N
- pod install --project-directory=Example
Expand Down

0 comments on commit df5e81b

Please sign in to comment.