Skip to content

Commit

Permalink
[CI] Enable Xcode 10.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Mar 5, 2019
1 parent cbec58c commit f2f5e5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ aliases:
matrix:
include:
- <<: *xcode
# - <<: *xcode
# osx_image: xcode10.2
- <<: *xcode
osx_image: xcode10.2
# - <<: *xcode
# osx_image: xcode10.2
# env: XCODE_ARGS="SWIFT_VERSION=5.0"
Expand All @@ -83,10 +83,10 @@ matrix:
env:
- JOB=SwiftPM
- SWIFT_VERSION=4.2.3
# - <<: *swiftpm_linux
# env:
# - JOB=SwiftPM
# - SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-02-28-a
- <<: *swiftpm_linux
env:
- JOB=SwiftPM
- SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-02-28-a
- stage: carthage
script: carthage build --cache-builds --no-skip-current
- stage: deploy
Expand Down

0 comments on commit f2f5e5e

Please sign in to comment.