Files
CodableFirebase/.travis.yml
Oleksii Dykan fbd8c9638e Add travis yaml
2017-10-24 12:26:54 +02:00

18 lines
599 B
YAML

language: objective-c
osx_image: xcode9
env:
- ACTION=test PLATFORM=Mac DESTINATION='platform=OS X'
- ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 8'
- ACTION=build PLATFORM=watchOS DESTINATION='platform=watchOS Simulator,name=Apple Watch - 38mm'
- ACTION=test PLATFORM=tvOS DESTINATION='platform=tvOS Simulator,name=Apple TV 1080p'
script:
- xcodebuild clean $ACTION -project CodableFirebase.xcodeproj -scheme CodableFirebase -destination "$DESTINATION"
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: true