Skip to content

Commit 2a68721

Browse files
committed
Remove documentation badge from README
1 parent 004f1a2 commit 2a68721

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ matrix:
88
osx_image: xcode10.1
99
install:
1010
- ./scripts/install_swiftlint.sh
11-
- git submodule update --init --recursive
1211
script:
13-
- xcodebuild build-for-testing test-without-building -scheme Carbon -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' ENABLE_TESTABILITY=YES | xcpretty - c
12+
- xcodebuild build-for-testing test-without-building -workspace Carbon.xcworkspace -scheme Carbon -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' ENABLE_TESTABILITY=YES | xcpretty - c
1413

1514
notifications:
1615
email: false

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ in UITableView and UICollectionView.</br>
1212
<a href="https://cocoapods.org/pods/Carbon"><img alt="CocoaPods" src="https://img.shields.io/cocoapods/v/Carbon.svg"/></a>
1313
<a href="https://github.com/Carthage/Carthage"><img alt="Carthage" src="https://img.shields.io/badge/carthage-compatible-yellow.svg"/></a>
1414
</br>
15-
<a href="https://ra1028.github.io/Carbon"><img alt="Documentation" src="https://raw.githubusercontent.com/ra1028/Carbon/master/docs/badge.svg"/></a>
1615
<a href="https://travis-ci.org/ra1028/Carbon"><img alt="Build Status" src="https://travis-ci.org/ra1028/Carbon.svg?branch=master"/></a>
1716
<a href="https://developer.apple.com/"><img alt="Platform" src="https://img.shields.io/badge/platform-iOS-green.svg"/></a>
1817
<a href="https://github.com/ra1028/Carbon/blob/master/LICENSE"><img alt="Lincense" src="https://img.shields.io/badge/License-Apache%202.0-black.svg"/></a>

docs/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ <H4 align="center">
206206
<a href="https://cocoapods.org/pods/Carbon"><img alt="CocoaPods" src="https://img.shields.io/cocoapods/v/Carbon.svg"/></a>
207207
<a href="https://github.com/Carthage/Carthage"><img alt="Carthage" src="https://img.shields.io/badge/carthage-compatible-yellow.svg"/></a>
208208
</br>
209-
<a href="https://ra1028.github.io/Carbon"><img alt="Documentation" src="https://github.com/ra1028/Carbon/blob/master/docs/badge.svg"/></a>
210209
<a href="https://travis-ci.org/ra1028/Carbon"><img alt="Build Status" src="https://travis-ci.org/ra1028/Carbon.svg?branch=master"/></a>
211210
<a href="https://developer.apple.com/"><img alt="Platform" src="https://img.shields.io/badge/platform-iOS-green.svg"/></a>
212211
<a href="https://github.com/ra1028/Carbon/blob/master/LICENSE"><img alt="Lincense" src="https://img.shields.io/badge/License-Apache%202.0-black.svg"/></a>

0 commit comments

Comments
 (0)