Skip to content

Commit

Permalink
Updating .travis.yml to Xcode8
Browse files Browse the repository at this point in the history
  • Loading branch information
xai3 committed Sep 28, 2016
1 parent 1697dbd commit 3082f21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
language: objective-c
osx_image: xcode7.1
osx_image: xcode8

env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- IOS_FRAMEWORK_SCHEME="Shoyu"
- IOS_SDK=iphonesimulator9.1
- IOS_SDK=iphonesimulator10.0
matrix:
- DESTINATION="OS=8.1,name=iPhone 6" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK"
- DESTINATION="OS=9.1,name=iPhone 6 Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK"
- DESTINATION="OS=10.0,name=iPhone 7" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK"

before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
Expand Down

0 comments on commit 3082f21

Please sign in to comment.