Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 97e949c

Browse files
committed
comment in circleci config and changed style for circleci in readme
1 parent 442df03 commit 97e949c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# Check https://circleci.com/docs/2.0/ios-migrating-from-1-2/ for more details
44
#
5+
6+
### KeyboardHelper config file ###
7+
58
version: 2
69
jobs:
710
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A small (but cool) tool for handling UIKeyboard appearing and disappearing in your view controllers.
55

66
[![Travis](https://img.shields.io/travis/nodes-ios/KeyboardHelper.svg)](https://travis-ci.org/nodes-ios/KeyboardHelper)
7-
[![CircleCI](https://circleci.com/gh/nodes-ios/KeyboardHelper.svg?style=svg)](https://circleci.com/gh/nodes-ios/KeyboardHelper)
7+
[![CircleCI](https://circleci.com/gh/nodes-ios/KeyboardHelper.svg?style=shield)](https://circleci.com/gh/nodes-ios/KeyboardHelper)
88
[![Codecov](https://img.shields.io/codecov/c/github/nodes-ios/KeyboardHelper.svg)](https://codecov.io/github/nodes-ios/KeyboardHelper)
99
[![Documentation](https://img.shields.io/cocoapods/metrics/doc-percent/KeyboardHelper.svg)](http://cocoadocs.org/docsets/KeyboardHelper/)
1010
[![CocoaPods](https://img.shields.io/cocoapods/v/KeyboardHelper.svg)](https://cocoapods.org/pods/KeyboardHelper)

0 commit comments

Comments
 (0)