Files
braintree-ios-drop-in/.travis.yml
sestevens 648cc96404 Run UI tests on Travis CI (#224)
- Remove old test targets from DropInDemo scheme
- Update Podfile.lock
- Fix a failing UI test
2020-05-08 15:27:19 -05:00

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