-
Notifications
You must be signed in to change notification settings - Fork 48
/
.travis.yml
39 lines (39 loc) · 1019 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
35
36
37
38
39
language: swift
osx_image: xcode10.2
matrix:
include:
- env: ACTION=test:osx
install:
- gem install xcpretty
- env: ACTION=test:ios
install:
- gem install xcpretty
- env: ACTION=test:tvos
install:
- gem install xcpretty
- env: ACTION=build:carthage:ios
- env: ACTION=build:carthage:macos
- env: ACTION=build:carthage:tvos
- env: ACTION=build:carthage:watchos
- env: ACTION=build:pod
- env: ACTION=test:package
- env: ACTION=test:package
osx_image: xcode10.1
- env: ACTION=test:package
os: linux
language: generic
sudo: required
dist: trusty
install:
- eval "$(cat bin/setup-swiftenv.bash)"
- bin/swiftenv-install
- env: ACTION=test:package SWIFT_VERSION=5.0
os: linux
language: generic
sudo: required
dist: trusty
install:
- eval "$(cat bin/setup-swiftenv.bash)"
- bin/swiftenv-install
fast_finish: true
script: rake "$ACTION"