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

32 lines
678 B
YAML

branches:
only:
- master
language: generic
matrix:
include:
- &swiftpm_linux
name: SwiftPM / Linux / Swift 4.2.4
os: linux
dist: trusty
sudo: required
env:
- SWIFT_VERSION=4.2.4
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script:
- ./test swiftpm
- <<: *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-05-a
install: true
script:
- ./test $TYPE
notifications:
email: false