Skip to content

Commit

Permalink
[+]: fixed "travis-ci" build
Browse files Browse the repository at this point in the history
[*]: edit style from "README"
  • Loading branch information
Lars Moelleken committed Jan 14, 2016
1 parent 6c7a25b commit 4c5261c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ php:
- 5.5
- 5.6
- 7.0
- nightly
- hhvm

before_script:
- wget https://scrutinizer-ci.com/ocular.phar
- travis_retry composer self-update
- travis_retry composer require satooshi/php-coveralls:dev-master
- travis_retry composer require satooshi/php-coveralls:1.0.0
- travis_retry composer install --no-interaction --prefer-source
- composer dump-autoload -o

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/voku/php-hooks/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/voku/php-hooks/?branch=master)
[![Codacy Badge](https://www.codacy.com/project/badge/6f6b0c6c9f4e4bc8ac0c9159fd86adb2)](https://www.codacy.com/app/voku/php-hooks)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/8ab3148c-61b5-4da6-be80-9018eb0b4441/mini.png)](https://insight.sensiolabs.com/projects/8ab3148c-61b5-4da6-be80-9018eb0b4441)
[![Latest Stable Version](https://poser.pugx.org/voku/php-hooks/v/stable)](https://packagist.org/packages/voku/php-hooks) [![Total Downloads](https://poser.pugx.org/voku/php-hooks/downloads)](https://packagist.org/packages/voku/php-hooks) [![Latest Unstable Version](https://poser.pugx.org/voku/php-hooks/v/unstable)](https://packagist.org/packages/voku/php-hooks)
[![Latest Stable Version](https://poser.pugx.org/voku/php-hooks/v/stable)](https://packagist.org/packages/voku/php-hooks)
[![Total Downloads](https://poser.pugx.org/voku/php-hooks/downloads)](https://packagist.org/packages/voku/php-hooks)
[![Latest Unstable Version](https://poser.pugx.org/voku/php-hooks/v/unstable)](https://packagist.org/packages/voku/php-hooks)
[![PHP 7 ready](http://php7ready.timesplinter.ch/voku/php-hooks/badge.svg)](https://travis-ci.org/voku/php-hooks)
[![License](https://poser.pugx.org/voku/php-hooks/license)](https://packagist.org/packages/voku/php-hooks)

Expand Down

0 comments on commit 4c5261c

Please sign in to comment.