Skip to content

Commit

Permalink
[Circle] Use Xcode 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 8, 2016
1 parent 8a56d49 commit 757f981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ machine:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
xcode:
version: "6.3.1"
version: "7.3"
dependencies:
pre:
- xcrun instruments -w "iPhone 6 (8.3 Simulator)" || exit 0
override:
- xcrun instruments -w "iPhone 6 (9.3 Simulator)" || exit 0
override:
- sudo gem install cocoapods xcpretty obcd -N
- pod install --project-directory=Example
test:
Expand Down

0 comments on commit 757f981

Please sign in to comment.