Skip to content

Commit

Permalink
Downgrade to XCode 6.4 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanf committed Sep 20, 2015
1 parent c462a0a commit 5882f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ install:
language : objective-c
xcode_project : ./ios/GithubNoteTaker.xcodeproj
xcode_scheme : GithubNoteTaker
osx_image : xcode7
xcode_sdk : iphonesimulator9.0
xctool_args : -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
osx_image : xcode6.4
xcode_sdk : iphonesimulator8.4
xctool_args : -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.4'

0 comments on commit 5882f51

Please sign in to comment.