Skip to content

Commit 8530427

Browse files
committed
Add badges and remove check for older php
1 parent 936b365 commit 8530427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ env:
1818
# Define the php versions against we want to test our code
1919
php:
2020
- 7.0
21-
- 7.1
22-
- 5.6
2321

2422
matrix:
2523
fast_finish: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Number to Words PHP Class - Indian Version
22

3+
[![Build Status](https://travis-ci.org/swashata/php-number-to-word-india.svg?branch=master)](https://travis-ci.org/swashata/php-number-to-word-india) [![Code Climate](https://codeclimate.com/github/swashata/php-number-to-word-india/badges/gpa.svg)](https://codeclimate.com/github/swashata/php-number-to-word-india) [![Test Coverage](https://codeclimate.com/github/swashata/php-number-to-word-india/badges/coverage.svg)](https://codeclimate.com/github/swashata/php-number-to-word-india/coverage) [![Issue Count](https://codeclimate.com/github/swashata/php-number-to-word-india/badges/issue_count.svg)](https://codeclimate.com/github/swashata/php-number-to-word-india)
4+
35
This class converts numbers to Indian-English Words. Works for all kinds of
46
numbers including floats. A few examples.
57

0 commit comments

Comments
 (0)