Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
caiyue1993 committed Nov 28, 2019
1 parent 6d276de commit 06ea8a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# * https://github.com/supermarin/xcpretty#usage

language: swift
osx_image: xcode9
osx_image: xcode10.2
sudo: required
env:
global:
- WORKSPACE=Example/PrefsMate.xcworkspace
- SCHEME=PrefsMate-Example
- SDK=iphonesimulator11.0
- SDK=iphonesimulator12.2
matrix:
- DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.0"
- DESTINATION="platform=iOS Simulator,name=iPhone SE,OS=12.2"
podfile: Example/Podfile
before_script:
- swift --version
Expand Down

0 comments on commit 06ea8a6

Please sign in to comment.