Skip to content

Commit

Permalink
attempt at Travis integration sans xctool
Browse files Browse the repository at this point in the history
xctool isn't yet compatible with Xcode 8:

facebookarchive/xctool#704
  • Loading branch information
Evan Maloney committed Jul 20, 2016
1 parent faa6724 commit 332a069
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: objective-c
xcode_project: CleanroomText.xcodeproj
osx_image: xcode8

script:
- xcodebuild -project CleanroomText.xcodeproj -scheme CleanroomText-iOS -destination 'platform=iOS Simulator,OS=10.0,name=iPhone 6' clean build test
- xcodebuild -project CleanroomText.xcodeproj -scheme CleanroomText-OSX -destination 'platform=macOS' clean build test
- xcodebuild -project CleanroomText.xcodeproj -scheme CleanroomText-tvOS -destination 'platform=tvOS Simulator,OS=10.0,name=Apple TV 1080p' clean build test
- xcodebuild -project CleanroomText.xcodeproj -scheme CleanroomText-watchOS -destination 'platform=watchOS Simulator,OS=3.0,name=Apple Watch - 42mm' clean build

0 comments on commit 332a069

Please sign in to comment.