Skip to content

Commit

Permalink
Update Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Apr 6, 2019
1 parent 9c84103 commit a7cba3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: osx
osx_image: xcode9.4
osx_image: xcode10.2
branches:
only:
- master
Expand All @@ -10,7 +10,8 @@ env:
- PROJECT=AlamofireNetworkActivityIndicator.xcodeproj
- SCHEME="AlamofireNetworkActivityIndicator"
matrix:
- DESTINATION="OS=11.4,name=iPhone X" POD_LINT="YES"
- DESTINATION="OS=12.2,name=iPhone X" POD_LINT="YES"
- DESTINATION="OS=11.4,name=iPhone 8" POD_LINT="NO"
- DESTINATION="OS=10.3.1,name=iPhone 7" POD_LINT="NO"
- DESTINATION="OS=9.3,name=iPhone 6" POD_LINT="NO"
script:
Expand Down

0 comments on commit a7cba3a

Please sign in to comment.