Skip to content

Commit

Permalink
Update Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Mar 3, 2020
1 parent cfb0db2 commit 4c87901
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ os:
language: generic
sudo: required
dist: xenial
osx_image: xcode10.2
osx_image: xcode11.3

env:
- DANGER=1
Expand All @@ -15,11 +15,11 @@ env:
- TEST=tvOS
- TEST=iOS-Example
- TEST=SPM
- BUILD="TARGET=RxSwift SWIFT_VERSION=5.0 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxCocoa SWIFT_VERSION=5.0 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxRelay SWIFT_VERSION=5.0 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxBlocking SWIFT_VERSION=5.0 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxTest SWIFT_VERSION=5.0 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxSwift SWIFT_VERSION=5.1 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxCocoa SWIFT_VERSION=5.1 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxRelay SWIFT_VERSION=5.1 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxBlocking SWIFT_VERSION=5.1 ./scripts/validate-podspec.sh"
- BUILD="TARGET=RxTest SWIFT_VERSION=5.1 ./scripts/validate-podspec.sh"

matrix:
exclude:
Expand All @@ -29,7 +29,7 @@ matrix:
include:
- osx_image:
os: linux
env: TEST=Unix swift=5.0
env: TEST=Unix swift=5.1

notifications:
slack: rxswift:3ykt2Z61f8GkdvhCZTYPduOL
Expand Down

0 comments on commit 4c87901

Please sign in to comment.