Files
TTGSnackbar/.travis.yml
2016-10-07 22:09:51 +08:00

13 lines
687 B
YAML

# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8
language: objective-c
cache: cocoapods
podfile: Example-Swift/Podfile
before_install:
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
- pod install --project-directory=Example-Swift
script:
- set -o pipefail && xcodebuild clean build -workspace Example-Swift/TTGSnackbarExample.xcworkspace -scheme TTGSnackbarExample -sdk iphonesimulator10.0 -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE_SPECIFIER="" PROVISIONING_PROFILE="" | xcpretty