forked from devlucky/Kakapo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (29 loc) · 912 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
language: objective-c
notifications:
slack: devlucky:0AP12qjjfc2Zxc0s9yo1cQQm
env:
global:
- FASTLANE_LANE=ci_commit
before_install:
gem uninstall json -v 2.0.1 # workaround for Fastlane conflict https://github.com/travis-ci/travis-ci/issues/6325
matrix:
include:
- osx_image: xcode7.3
env: FASTLANE_ENV=ios83
- osx_image: xcode7.3
env: FASTLANE_ENV=tvos
- osx_image: xcode7.3
env: FASTLANE_ENV=osx1011
- osx_image: xcode7.3
env: FASTLANE_ENV=ios93 KKP_CODECOV=true
after_success:
- bash <(curl -s https://codecov.io/bash) -J 'Kakapo'
script:
- set -o pipefail
- fastlane $FASTLANE_LANE configuration:Debug --env $FASTLANE_ENV
- pod lib lint --quick
podfile: Podfile
after_failure:
- cat -n ~/Library/Logs/scan/*
- cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log
- cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash