forked from facebook/idb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (26 loc) · 750 Bytes
/
.travis.yml
File metadata and controls
26 lines (26 loc) · 750 Bytes
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
language: objective-c
before_install:
- brew install python3
- gem install xcpretty --no-ri --no-doc
matrix:
include:
- os: osx
osx_image: xcode8.2
env: TARGET=framework COMMAND=test FBSIMULATORCONTROL_DEVICE_SET=custom FBSIMULATORCONTROL_LAUNCH_TYPE=simulator_app
- os: osx
osx_image: xcode8.2
env: TARGET=framework COMMAND=test FBSIMULATORCONTROL_DEVICE_SET=custom FBSIMULATORCONTROL_LAUNCH_TYPE=direct
- os: osx
osx_image: xcode8.2
env: TARGET=fbsimctl COMMAND=test
- os: osx
osx_image: xcode8.2
env: TARGET=fbsimctl COMMAND=e2e-test
- os: osx
osx_image: xcode8.2
env: TARGET=fbxctest COMMAND=test
script: ./build.sh
branches:
only:
- master
- travis