mas/Carthage/Checkouts/Quick/.travis.yml
2019-12-13 17:36:15 -07:00

34 lines
796 B
YAML

branches:
only:
- master
language: generic
matrix:
include:
- name: CocoaPods Lint & Danger
os: osx
osx_image: xcode10.3
language: ruby
script:
- PODSPEC=1 ./script/travis-script-macos
- bundle exec danger
- &swiftpm_linux
name: SwiftPM / Linux / Swift 4.2.4
os: linux
sudo: required
dist: trusty
env:
- SWIFT_VERSION=4.2.4
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
env:
- SWIFT_VERSION=5.1-DEVELOPMENT-SNAPSHOT-2019-09-09-a
notifications:
email: false