From ce7813ddc0cbb9424f6a5ac75ac1701bf7b171da Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Tue, 16 Feb 2016 20:07:10 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbdf343..f506e21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' + +