Skip to content

Commit 2e3d1db

Browse files
authored
Merge pull request #13 from AlaaSarhan/8-configure-travis
fix travis branches configuration. add badges to readme
2 parents 1651c63 + afe8a36 commit 2e3d1db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ script:
3131

3232
branches:
3333
only:
34-
- master
35-
- next
34+
- master
35+
- next

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# php-flatten
22

3+
[![Latest Version](https://img.shields.io/github/release/AlaaSarhan/php-flatten.svg?style=flat-square)](https://github.com/AlaaSarhan/php-flatten/releases)
4+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
5+
[![Build Status](https://travis-ci.org/AlaaSarhan/php-flatten.svg?branch=master)](https://travis-ci.org/AlaaSarhan/php-flatten)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/sarhan/php-flatten.svg?style=flat-square)](https://packagist.org/packages/sarhan/php-flatten)
7+
38
A utility function to mainly flatten multidimensional-arrays and traversables into a one-dimensional array, preserving keys
49
and joining them with a customizable separator to from fully-qualified keys in the final array.
510

0 commit comments

Comments
 (0)