Skip to content

Commit

Permalink
Update Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Jun 29, 2017
1 parent 475938a commit 5fbf1b1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
- set -o pipefail
- xcodebuild clean build -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" | xcpretty

0 comments on commit 5fbf1b1

Please sign in to comment.