forked from onevcat/Kingfisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (28 loc) · 1.04 KB
/
.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
language: swift
osx_image:
- xcode10.1
- xcode10.3
env:
- DESTINATION='platform=macOS' SWIFT_VERSION=5.0
- DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=5.0
- DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=5.0
- DESTINATION='platform=macOS' SWIFT_VERSION=4.2
- DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=4.2
- DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=4.2
- DESTINATION='platform=macOS' SWIFT_VERSION=4.0
- DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=4.0
- DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=4.0
cache: bundler
before_install:
- gem update --system
- gem install bundler
matrix:
exclude:
- osx_image: xcode10.1
env: DESTINATION='platform=macOS' SWIFT_VERSION=5.0
- osx_image: xcode10.1
env: DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=5.0
- osx_image: xcode10.1
env: DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=5.0
script:
- bundle exec fastlane test_ci