Update .travis.yml

This commit is contained in:
Robert F. Dickerson 2016-02-16 20:07:10 -06:00
parent 5be62402b2
commit ce7813ddc0
1 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
language: objective-c
xcode_workspace: Surge.xcworkspace
xcode_scheme: Surge
osx_image: xcode7.2
script:
- xcodebuild clean build test -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2'