Skip to content

Commit

Permalink
Use Xcode 9.4 on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Jun 30, 2018
1 parent bcf1a0a commit 05630b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,17 +1,17 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode9.4

env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=ContactsWrapper.xcworkspace
- SCHEME=ContactsWrapper
- SDK=iphonesimulator11.3
- SDK=iphonesimulator11.4
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.3,name=iPhone 8"
- DESTINATION="OS=11.4,name=iPhone 8"
- DESTINATION="OS=10.3.1,name=iPhone 6"

before_install:
Expand Down

0 comments on commit 05630b9

Please sign in to comment.