-
Notifications
You must be signed in to change notification settings - Fork 30
/
.travis.yml
27 lines (19 loc) · 850 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
os: osx
osx_image: xcode8
language: objective-c
matrix:
include:
- env: XCODE_DESTINATION="platform=iOS Simulator,OS=10.0,name=iPhone 5s"
- env: XCODE_DESTINATION="platform=iOS Simulator,OS=10.0,name=iPhone 6"
- env: XCODE_DESTINATION="platform=iOS Simulator,OS=10.0,name=iPhone 6s Plus"
- env: XCODE_DESTINATION="platform=iOS Simulator,OS=10.0,name=iPad Air"
- env: XCODE_DESTINATION="platform=iOS Simulator,OS=10.0,name=iPad Air 2"
- env: XCODE_DESTINATION="platform=iOS Simulator,OS=10.0,name=iPad Pro (12.9 inch)"
- env: XCODE_DESTINATION="platform=iOS Simulator,OS=10.0,name=iPad Retina"
- os: linux
dist: trusty
language: generic
# BUG FIX: https://github.com/travis-ci/travis-ci/issues/6307
before_install: rvm get head
install: . ./scripts/install-swift.sh
script: ./scripts/run-tests.sh