Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Jul 22, 2020
1 parent 377db35 commit 3090726
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
language: objective-c
osx_image: xcode10
osx_image: xcode11.6

env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=ASMapLauncher.xcworkspace
- SCHEME=ASMapLauncher
- SDK=iphonesimulator12.0
- SDK=iphonesimulator13.6
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=12.0,name=iPhone X"
- DESTINATION="OS=13.6,name=iPhone 11 Pro"
- DESTINATION="OS=12.1,name=iPhone X"
- DESTINATION="OS=11.4,name=iPhone 8"
- DESTINATION="OS=10.3.1,name=iPhone 6"
- DESTINATION="OS=9.3,name=iPhone 5s"

before_install:
- rm -rf /Users/travis/Library/Developer/Xcode/DerivedData/ASMapLauncher-*/
Expand Down

0 comments on commit 3090726

Please sign in to comment.