forked from IFTTT/FastttCamera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
18 lines (18 loc) · 788 Bytes
/
.travis.yml
File metadata and controls
18 lines (18 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
osx_image: xcode611
language: objective-c
before_install: gem install cocoapods xcpretty obcd slather -N
cache: cocoapods
podfile: FiltersExample/Podfile
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
script:
- set -o pipefail && xcodebuild -workspace FiltersExample/FastttCamera.xcworkspace -scheme
FastttCamera -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone
6" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean
test | xcpretty -c
- pod lib lint --quick
- obcd --path FastttCamera find HeaderStyle
notifications:
slack:
secure: Iy7otcNNXfMv7vfza2o1mGDHOev3B/a2hadgMoZ6/Vydc23MCEmToO/yg4xW+3LnUn5tc3m555GIfs0Ba2EFk2sEW5z2TkrUrbxBlkImpAEJqiXURFvUyD0SbNfc+mFrN1LYXF7LhceqKlYep8/T7OyDec57nlXoLbSAXEko5os=
after_success: slather