forked from Quick/Quick
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
34 lines (32 loc) · 796 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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