Skip to content

Commit 5fbf1b1

Browse files
committed
Update Travis CI configuration
1 parent 475938a commit 5fbf1b1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
language: objective-c
2-
osx_image: xcode7
2+
osx_image: xcode8
33
xcode_project: Framework/YYText.xcodeproj
44
xcode_scheme: YYText
55

6+
before_install:
7+
- env
8+
- xcodebuild -version
9+
- xcodebuild -showsdks
10+
- xcpretty --version
11+
612
script:
7-
- xctool -project Framework/YYText.xcodeproj -scheme YYText build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
13+
- set -o pipefail
14+
- xcodebuild clean build -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" | xcpretty

0 commit comments

Comments
 (0)