Skip to content

Commit

Permalink
Remove documentation badge from README
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Feb 12, 2019
1 parent 004f1a2 commit 2a68721
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ matrix:
osx_image: xcode10.1
install:
- ./scripts/install_swiftlint.sh
- git submodule update --init --recursive
script:
- 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
- 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

notifications:
email: false
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ in UITableView and UICollectionView.</br>
<a href="https://cocoapods.org/pods/Carbon"><img alt="CocoaPods" src="https://img.shields.io/cocoapods/v/Carbon.svg"/></a>
<a href="https://github.com/Carthage/Carthage"><img alt="Carthage" src="https://img.shields.io/badge/carthage-compatible-yellow.svg"/></a>
</br>
<a href="https://ra1028.github.io/Carbon"><img alt="Documentation" src="https://raw.githubusercontent.com/ra1028/Carbon/master/docs/badge.svg"/></a>
<a href="https://travis-ci.org/ra1028/Carbon"><img alt="Build Status" src="https://travis-ci.org/ra1028/Carbon.svg?branch=master"/></a>
<a href="https://developer.apple.com/"><img alt="Platform" src="https://img.shields.io/badge/platform-iOS-green.svg"/></a>
<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>
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ <H4 align="center">
<a href="https://cocoapods.org/pods/Carbon"><img alt="CocoaPods" src="https://img.shields.io/cocoapods/v/Carbon.svg"/></a>
<a href="https://github.com/Carthage/Carthage"><img alt="Carthage" src="https://img.shields.io/badge/carthage-compatible-yellow.svg"/></a>
</br>
<a href="https://ra1028.github.io/Carbon"><img alt="Documentation" src="https://github.com/ra1028/Carbon/blob/master/docs/badge.svg"/></a>
<a href="https://travis-ci.org/ra1028/Carbon"><img alt="Build Status" src="https://travis-ci.org/ra1028/Carbon.svg?branch=master"/></a>
<a href="https://developer.apple.com/"><img alt="Platform" src="https://img.shields.io/badge/platform-iOS-green.svg"/></a>
<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>
Expand Down

0 comments on commit 2a68721

Please sign in to comment.