Skip to content

Commit 1f87a17

Browse files
committed
update travis config & add badge to readme
1 parent bd4b67b commit 1f87a17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '5.4'
43
- '5.5.9'
54
- '5.5'
65
- '5.6'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Sclable Array Functions
22
=======================
33

4+
[![Build Status](https://travis-ci.org/sclable/array-functions.svg?branch=master)](https://travis-ci.org/sclable/array-functions)
5+
46
An array wrapper to normalize php array functions, give them
57
an ObjectOriented and functional programming approach.
68

0 commit comments

Comments
 (0)