3 Star 5 Fork 2

StevenHu / HKCycleViewSwift

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 563 Bytes
Copy Edit Raw Blame History
hujintao authored 2019-06-18 15:52 . Initial commit
# references:
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/HKCycleViewSwift.xcworkspace -scheme HKCycleViewSwift-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
Swift
1
https://gitee.com/Steven_Hu/HKCycleViewSwift.git
git@gitee.com:Steven_Hu/HKCycleViewSwift.git
Steven_Hu
HKCycleViewSwift
HKCycleViewSwift
master

Search