mirror of
https://github.com/zhigang1992/braintree-ios-drop-in.git
synced 2026-01-12 17:12:48 +08:00
- Remove old test targets from DropInDemo scheme - Update Podfile.lock - Fix a failing UI test
11 lines
288 B
YAML
11 lines
288 B
YAML
language: objective-c
|
|
osx_image: xcode11.3
|
|
|
|
cache:
|
|
bundler: true
|
|
cocoapods: true
|
|
|
|
script:
|
|
- set -o pipefail && xcodebuild -workspace BraintreeDropIn.xcworkspace -scheme DropInDemo -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 11 build test | bundle exec xcpretty -c
|
|
|