mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
14 lines
514 B
YAML
14 lines
514 B
YAML
# references:
|
|
# * http://www.objc.io/issue-6/travis-ci.html
|
|
# * https://github.com/supermarin/xcpretty#usage
|
|
|
|
language: objective-c
|
|
# cache: cocoapods
|
|
# podfile: Example/Podfile
|
|
# before_install:
|
|
# - gem install cocoapods # Since Travis is not always on latest version
|
|
# - pod install --project-directory=Example
|
|
script:
|
|
- set -o pipefail && xcodebuild test -workspace Example/PerspectiveTransform.xcworkspace -scheme PerspectiveTransform-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
|
|
- pod lib lint
|