Skip to content

Commit 94b88a3

Browse files
committed
feat (CI): remove Travis
1 parent 0d7164b commit 94b88a3

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PHP WHOIS
22

3-
[![Build Status](https://travis-ci.org/io-developer/php-whois.svg?branch=master)](https://travis-ci.org/io-developer/php-whois)
4-
[![PHP version](https://img.shields.io/badge/php-%3E%3D5.4-8892BF.svg)](https://secure.php.net/)
3+
[![PHP version](https://img.shields.io/badge/php-%3E%3D7.2-8892BF.svg)](https://secure.php.net/)
54
[![Packagist](https://img.shields.io/packagist/v/io-developer/php-whois.svg)](https://packagist.org/packages/io-developer/php-whois)
65

76
PHP WHOIS client implementation. Sends the queries directly to the WHOIS services.
@@ -16,7 +15,7 @@ PHP WHOIS client implementation. Sends the queries directly to the WHOIS service
1615
## Installation
1716

1817
##### System requirements:
19-
* PHP >= __7.2__ (previous major version supports __5.4+__)
18+
* PHP >= __7.2__ (old versions supports __5.4+__)
2019
* php-curl
2120
* php-mbstring
2221
* Open port __43__ in firewall

0 commit comments

Comments
 (0)