We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475938a commit 5fbf1b1Copy full SHA for 5fbf1b1
.travis.yml
@@ -1,7 +1,14 @@
1
language: objective-c
2
-osx_image: xcode7
+osx_image: xcode8
3
xcode_project: Framework/YYText.xcodeproj
4
xcode_scheme: YYText
5
6
+before_install:
7
+- env
8
+- xcodebuild -version
9
+- xcodebuild -showsdks
10
+- xcpretty --version
11
+
12
script:
-- 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