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

Commit 5b77b1f

Browse files
committed
removed .travis.yml and Travis badge
1 parent 97e949c commit 5b77b1f

File tree

4 files changed

+317
-29
lines changed

4 files changed

+317
-29
lines changed

.travis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

README.md

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

6-
[![Travis](https://img.shields.io/travis/nodes-ios/KeyboardHelper.svg)](https://travis-ci.org/nodes-ios/KeyboardHelper)
76
[![CircleCI](https://circleci.com/gh/nodes-ios/KeyboardHelper.svg?style=shield)](https://circleci.com/gh/nodes-ios/KeyboardHelper)
87
[![Codecov](https://img.shields.io/codecov/c/github/nodes-ios/KeyboardHelper.svg)](https://codecov.io/github/nodes-ios/KeyboardHelper)
98
[![Documentation](https://img.shields.io/cocoapods/metrics/doc-percent/KeyboardHelper.svg)](http://cocoadocs.org/docsets/KeyboardHelper/)

0 commit comments

Comments
 (0)