Skip to content

Commit

Permalink
Added xcode version to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
belkevich committed Nov 27, 2016
1 parent dd2394e commit 1f40473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: objective-c

osx_image: xcode8.1

script:
- xcodebuild build -project Example/Objective-C/AddressBook.xcodeproj -scheme AddressBook -destination 'platform=iOS Simulator,name=iPhone 5,OS=latest'
- xcodebuild build -project Example/Swift/AddressBook.xcodeproj -scheme AddressBook -destination 'platform=iOS Simulator,name=iPhone 5,OS=latest'
Expand Down

0 comments on commit 1f40473

Please sign in to comment.