mas/Carthage/Checkouts/Quick/.travis.yml

35 lines
796 B
YAML
Raw Normal View History

branches:
only:
- master
language: generic
matrix:
include:
2019-03-17 00:53:13 +00:00
- name: CocoaPods Lint & Danger
os: osx
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
name: SwiftPM / Linux / Swift 4.2.4
2019-03-17 00:53:13 +00:00
os: linux
sudo: required
dist: trusty
env:
- 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
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:
- SWIFT_VERSION=5.1-DEVELOPMENT-SNAPSHOT-2019-09-09-a
2019-03-17 00:53:13 +00:00
notifications:
email: false