Skip to content

Commit

Permalink
Update circle.yml to use XCode 7 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ataka committed Sep 22, 2015
1 parent fcef423 commit 391fbf1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
machine:
xcode:
version: 7.0
environment:
LC_CTYPE: en_US.UTF-8
LANG: en_US.UTF-8

dependencies:
override:
pre:
- brew uninstall xctool && brew install --HEAD xctool
- sudo gem install xcpretty

test:
Expand Down

0 comments on commit 391fbf1

Please sign in to comment.