2019-12-14 00:36:15 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
|
2018-09-04 23:45:40 +00:00
|
|
|
language: generic
|
|
|
|
matrix:
|
|
|
|
include:
|
2019-03-17 00:53:13 +00:00
|
|
|
- name: CocoaPods Lint & Danger
|
|
|
|
os: osx
|
2019-12-14 00:36:15 +00:00
|
|
|
osx_image: xcode10.3
|
2019-03-17 00:53:13 +00:00
|
|
|
language: ruby
|
|
|
|
script:
|
|
|
|
- PODSPEC=1 ./script/travis-script-macos
|
|
|
|
- bundle exec danger
|
|
|
|
- &swiftpm_linux
|
2019-12-14 00:36:15 +00:00
|
|
|
name: SwiftPM / Linux / Swift 4.2.4
|
2019-03-17 00:53:13 +00:00
|
|
|
os: linux
|
2018-09-04 23:45:40 +00:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
env:
|
2019-12-14 00:36:15 +00:00
|
|
|
- SWIFT_VERSION=4.2.4
|
2019-03-17 00:53:13 +00:00
|
|
|
install: ./script/travis-install-linux
|
|
|
|
script: ./script/travis-script-linux
|
|
|
|
- <<: *swiftpm_linux
|
2019-12-14 00:36:15 +00:00
|
|
|
name: SwiftPM / Linux / Swift 5.0.3
|
|
|
|
env:
|
|
|
|
- SWIFT_VERSION=5.0.3
|
|
|
|
- <<: *swiftpm_linux
|
|
|
|
name: SwiftPM / Linux / Swift 5.1 Development
|
2019-03-17 00:53:13 +00:00
|
|
|
env:
|
2019-12-14 00:36:15 +00:00
|
|
|
- SWIFT_VERSION=5.1-DEVELOPMENT-SNAPSHOT-2019-09-09-a
|
2019-03-17 00:53:13 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|