Skip to content

Commit

Permalink
Update Xcode version on CI
Browse files Browse the repository at this point in the history
Circle supports up to Xcode 7.1 now. In addition, they are
pre-installing Carthage, so we shouldn't need to install it manually
anymore.
  • Loading branch information
gfontenot committed Jan 15, 2016
1 parent 4c7e4e5 commit be03bc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions bin/install-carthage

This file was deleted.

4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
machine:
xcode:
version: "7.0"
version: "7.1"

dependencies:
pre:
- bin/install-carthage
override:
- bin/carthage-bootstrap-if-needed
cache_directories:
Expand Down

0 comments on commit be03bc7

Please sign in to comment.