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 0a73ffb commit 42e82eb
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/YYKeyboardManager.xcodeproj
xcode_scheme: YYKeyboardManager

before_install:
- env
- xcodebuild -version
- xcodebuild -showsdks
- xcpretty --version

script:
- xctool -project Framework/YYKeyboardManager.xcodeproj -scheme YYKeyboardManager 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 42e82eb

Please sign in to comment.