Skip to content

Commit

Permalink
Bump travis image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Nov 6, 2017
1 parent e23c1b6 commit df0deb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9
osx_image: xcode9.1
notifications:
email: false
branches:
Expand All @@ -13,7 +13,7 @@ env:
- IOS_FRAMEWORK_SCHEME="FittableFontLabel iOS"
- EXAMPLE_SCHEME="iOS Example"
matrix:
- DESTINATION="OS=11.0,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=11.1,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=10.0,name=iPhone 5" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES"
script:
- set -o pipefail
Expand Down

0 comments on commit df0deb2

Please sign in to comment.