From 7ee6f1f2554bcdf7610dabfc74494701feb77427 Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Thu, 15 Oct 2015 13:51:03 -0600 Subject: [PATCH] trying to use other defaults --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3edb054..229bdc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,15 @@ language: objective-c osx_image: xcode7 -# xcode_project: Validator.xcodeproj -# xcode_scheme: Validator -# xcode_sdk: iphonesimulator8.3 +xcode_project: Validator.xcodeproj +xcode_scheme: Validator +xcode_sdk: iphonesimulator8.3 -before_install: - - gem install xcpretty --no-rdoc --no-ri --no-document --quiet +# before_install: + # - gem install xcpretty --no-rdoc --no-ri --no-document --quiet -script: -- set -o pipefail -- xcodebuild -version -- xcodebuild -project Validator.xcodeproj -scheme Validator -sdk iphonesiumlator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' - -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c \ No newline at end of file +# script: +# - set -o pipefail +# - xcodebuild -version +# - xcodebuild -project Validator.xcodeproj -scheme Validator -sdk iphonesiumlator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' + # -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c \ No newline at end of file