From 5fbf1b10edee37b97595a2d4a9675809a2d44df3 Mon Sep 17 00:00:00 2001 From: ibireme Date: Thu, 29 Jun 2017 11:44:14 +0800 Subject: [PATCH] Update Travis CI configuration --- .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ae289a4e..7602c984 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,14 @@ language: objective-c -osx_image: xcode7 +osx_image: xcode8 xcode_project: Framework/YYText.xcodeproj xcode_scheme: YYText +before_install: +- env +- xcodebuild -version +- xcodebuild -showsdks +- xcpretty --version + script: -- xctool -project Framework/YYText.xcodeproj -scheme YYText build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO \ No newline at end of file +- set -o pipefail +- xcodebuild clean build -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" | xcpretty