Skip to content

Commit cd20a23

Browse files
author
EyreFree
committed
Update README.md
1 parent 90e5c1e commit cd20a23

File tree

3 files changed

+31
-27
lines changed

3 files changed

+31
-27
lines changed

.travis.yml

+25-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
1-
# references:
2-
# * http://www.objc.io/issue-6/travis-ci.html
3-
# * https://github.com/supermarin/xcpretty#usage
41

5-
osx_image: xcode7.3
2+
osx_image: xcode9
63
language: objective-c
7-
# cache: cocoapods
8-
# podfile: Example/Podfile
9-
# before_install:
10-
# - gem install cocoapods # Since Travis is not always on latest version
11-
# - pod install --project-directory=Example
4+
5+
cache: cocoapods
6+
podfile: Example/Podfile
7+
8+
env:
9+
global:
10+
- LANG=en_US.UTF-8
11+
- LC_ALL=en_US.UTF-8
12+
- XCODE_WORKSPACE=Example/LPDSoundServiceKit.xcworkspace
13+
matrix:
14+
- SCHEME="LPDSoundServiceKit-Example"
15+
16+
before_install:
17+
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
18+
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
19+
- pod install --project-directory=Example
20+
1221
script:
13-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/LPDSoundServiceKit.xcworkspace -scheme LPDSoundServiceKit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14-
- pod lib lint
22+
- set -o pipefail
23+
- xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Debug clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c
24+
- xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Release clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c
25+
- pod lib lint --allow-warnings
26+
27+
after_success:
28+
- sleep 3

Podfile

-15
This file was deleted.

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# LPDSoundServiceKit
22

3-
[![CI Status](http://img.shields.io/travis/[email protected]/LPDSoundServiceKit.svg?style=flat)](https://travis-ci.org/[email protected]/LPDSoundServiceKit)
3+
[![CI Status](http://img.shields.io/travis/LPD-iOS/LPDSoundServiceKit.svg?style=flat)](https://travis-ci.org/LPD-iOS/LPDSoundServiceKit)
4+
[![Codebeat](https://codebeat.co/badges/b667f956-2d72-4f04-a264-9b9c5ebf1fb8)](https://codebeat.co/projects/github-com-lpd-ios-lpdsoundservicekit-master)
45
[![Version](https://img.shields.io/cocoapods/v/LPDSoundServiceKit.svg?style=flat)](http://cocoapods.org/pods/LPDSoundServiceKit)
56
[![License](https://img.shields.io/cocoapods/l/LPDSoundServiceKit.svg?style=flat)](http://cocoapods.org/pods/LPDSoundServiceKit)
67
[![Platform](https://img.shields.io/cocoapods/p/LPDSoundServiceKit.svg?style=flat)](http://cocoapods.org/pods/LPDSoundServiceKit)
@@ -11,6 +12,8 @@ To run the example project, clone the repo, and run `pod install` from the Examp
1112

1213
## Requirements
1314

15+
- iOS 8.0+
16+
1417
## Installation
1518

1619
LPDSoundServiceKit is available through [CocoaPods](http://cocoapods.org). To install
@@ -26,4 +29,6 @@ [email protected]
2629

2730
## License
2831

32+
![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/License_icon-mit-88x31-2.svg/128px-License_icon-mit-88x31-2.svg.png)
33+
2934
LPDSoundServiceKit is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)