Skip to content

Commit

Permalink
Add travis matrix for iOS11
Browse files Browse the repository at this point in the history
  • Loading branch information
Otbivnoe committed Oct 21, 2017
1 parent 4773126 commit 9339888
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: objective-c
osx_image: xcode8
osx_image: xcode9
env:
global:
- PROJECT=Framezilla.xcodeproj
- IOS_FRAMEWORK_SCHEME="Framezilla iOS"
- IOS_SDK=iphonesimulator10.0
- IOS_SDK=iphonesimulator11.0
matrix:
- DESTINATION="OS=10.0,name=iPhone 7 Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK"
- DESTINATION="OS=10.0,name=iPhone 7 Plus"
- DESTINATION="OS=11.0,name=iPhone 7 Plus"

script:
- set -o pipefail
Expand Down

0 comments on commit 9339888

Please sign in to comment.