Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
[travis] Use Xcode 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inamiy committed Feb 13, 2019
1 parent 4158215 commit bbb150e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
- LC_CTYPE=en_US.UTF-8
- XCPROJ="-workspace RxAutomaton.xcworkspace -scheme RxAutomaton"

osx_image: xcode9
osx_image: xcode10.1

matrix:
include:
Expand All @@ -19,37 +19,39 @@ matrix:
language: objective-c
script:
- set -o pipefail
- xcodebuild build-for-testing test-without-building -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.0' ENABLE_TESTABILITY=YES $XCPROJ | xcpretty
- xcodebuild build-for-testing test-without-building -destination 'platform=iOS Simulator,name=iPhone XS' ENABLE_TESTABILITY=YES $XCPROJ | xcpretty
env:
- JOB=xcodebuild-iOS

- os: osx
language: objective-c
script:
- set -o pipefail
- xcodebuild build-for-testing test-without-building -destination 'platform=tvOS Simulator,name=Apple TV 1080p' ENABLE_TESTABILITY=YES $XCPROJ | xcpretty
- xcodebuild build-for-testing test-without-building -destination 'platform=tvOS Simulator,name=Apple TV 4K' ENABLE_TESTABILITY=YES $XCPROJ | xcpretty
env:
- JOB=xcodebuild-tvOS

- os: osx
language: objective-c
script:
- set -o pipefail
- xcodebuild build -destination 'platform=watchOS Simulator,name=Apple Watch - 38mm,OS=2.2' $XCPROJ | xcpretty
- xcodebuild build -destination 'platform=watchOS Simulator,name=Apple Watch Series 4 - 44mm' $XCPROJ | xcpretty
env:
- JOB=xcodebuild-watchOS

- os: osx
script:
- pod repo update --silent
# - pod lib lint --allow-warnings
env: JOB=pod-lint
# Comment-Out: Unknown CI failure (unreproducible in local)
# https://travis-ci.org/inamiy/ReactiveAutomaton/jobs/492530708
# - os: osx
# script:
# - pod repo update --silent
# - pod lib lint --allow-warnings
# env: JOB=pod-lint

- os: osx
language: generic
script:
- swift build
#- SWIFTPM_TEST=YES swift test # macOS not supported yet
- swift test
env:
- JOB=swiftpm-mac

Expand Down

0 comments on commit bbb150e

Please sign in to comment.