From 40c1cadb5a78c9d3ff3ebc5e5b6b47f03bd9a42e Mon Sep 17 00:00:00 2001 From: lituo Date: Wed, 27 May 2015 07:10:02 +0800 Subject: [PATCH] travis CI: use Xcode 6.3.1 --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62ebf94..964d398 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: objective-c -osx_image: xcode611 +osx_image: beta-xcode6.3 branches: only: - master env: -- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 + - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 before_install: -- gem install xcpretty -N + - gem install xcpretty -N script: -- set -o pipefail -- xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator - -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c -- pod lib lint --quick \ No newline at end of file + - set -o pipefail + - xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator + -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c + - pod lib lint --quick