Skip to content

Commit

Permalink
Merge pull request #97 from kishikawakatsumi/travis_xcode7
Browse files Browse the repository at this point in the history
Use Xcode 7 when testing on Travis CI
  • Loading branch information
kishikawakatsumi committed Aug 29, 2015
2 parents 561e03d + dac2799 commit f224520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: beta-xcode6.3
osx_image: xcode7
cache:
directories:
- Lib/vendor/bundle
Expand All @@ -10,6 +10,7 @@ script:
branches:
only:
- master
- swift-2.0
env:
global:
- LANG=en_US.UTF-8
Expand Down
4 changes: 3 additions & 1 deletion Lib/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ def destinations
'name=iPhone 5,OS=8.1',
'name=iPhone 5s,OS=8.1',
'name=iPhone 6,OS=8.1',
'name=iPhone 6 Plus,OS=8.1'
'name=iPhone 6 Plus,OS=8.1',
'name=iPhone 6,OS=9.0',
'name=iPhone 6 Plus,OS=9.0'
]
end

Expand Down

0 comments on commit f224520

Please sign in to comment.