Skip to content

Commit

Permalink
Making circle use xcode 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sargent committed Sep 17, 2015
1 parent 770c237 commit 09cc527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
xcode:
version: "6.3.1"
version: "7.0"
test:
override:
- xctool
Expand All @@ -12,4 +12,4 @@ test:
-workspace Example/LKAlertController.xcworkspace
-scheme "LKAlertController-Example"
build build-tests run-tests analyze
- pod lib lint
- pod lib lint

0 comments on commit 09cc527

Please sign in to comment.