Skip to content

Commit

Permalink
Merge pull request #18 from square/federman/travis_ci_xcode64
Browse files Browse the repository at this point in the history
Use Xcode 6.4 on TravisCI
  • Loading branch information
dfed committed Jun 30, 2015
2 parents f3d9990 + 913d6c9 commit a2995c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: objective-c
osx_image: xcode6.4
script:
- xcodebuild -project Valet.xcodeproj -scheme "Valet iOS" -sdk iphonesimulator -configuration Debug -PBXBuildsContinueAfterErrors=0 build test
- xcodebuild -project Valet.xcodeproj -scheme "Valet iOS" -sdk iphonesimulator -configuration Debug -PBXBuildsContinueAfterErrors=0 ACTIVE_ARCH_ONLY=0 build test
- xcodebuild -project Valet.xcodeproj -scheme "Valet Mac" -sdk macosx10.10 -configuration Debug -destination "platform=OS X" -PBXBuildsContinueAfterErrors=0 build test

0 comments on commit a2995c0

Please sign in to comment.