Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kachit committed Feb 7, 2015
2 parents d4ecf4f + ba9d00e commit 0e6bebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ language: php
php:
- 5.4
- 5.5
- 5.6

before_script:
- composer self-update
- composer install --dev --no-interaction
- composer install

script:
- mkdir -p build/logs
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ helpers library
=======
[![Build Status](https://travis-ci.org/Kachit/helpers.svg)](https://travis-ci.org/Kachit/helpers)
[![Coverage Status](https://coveralls.io/repos/Kachit/helpers/badge.png?branch=develop)](https://coveralls.io/r/Kachit/helpers?branch=develop)
[![License](https://poser.pugx.org/leaphly/cart-bundle/license.svg)](https://packagist.org/packages/leaphly/cart-bundle)

helpers library for arrays, strings and others.

0 comments on commit 0e6bebb

Please sign in to comment.