forked from 3lvis/DATAStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
10 lines (10 loc) · 770 Bytes
/
.travis.yml
File metadata and controls
10 lines (10 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
osx_image: xcode8.1
language: objective-c
script:
- xcodebuild -project Demo.xcodeproj -scheme DemoObjectiveC -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty
- xcodebuild -project Demo.xcodeproj -scheme DemoSwift -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty
- xcodebuild -project Demo.xcodeproj -scheme iOSTests -destination 'platform=iOS Simulator,name=iPhone 6' test | xcpretty
- xcodebuild -project Demo.xcodeproj -scheme tvOSTests -destination 'platform=tvOS Simulator,name=Apple TV 1080p' test | xcpretty
- xcodebuild -project Demo.xcodeproj -scheme macOSTests -destination 'platform=OS X' test | xcpretty
notifications:
email: false