Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webda2l committed Mar 22, 2018
1 parent b168e75 commit 871d232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ matrix:

# Test the latest stable release
- php: 7.1
env: CHECK_PHP_SYNTAX="true"
- php: 7.2
env: COVERAGE="true" PHPUNIT_FLAGS="-v --coverage-text --coverage-clover=build/coverage.xml"
env: CHECK_PHP_SYNTAX="true"

# Latest commit to master
- php: 7.2
Expand All @@ -55,7 +54,3 @@ script:
# Force most recent version of PHPUnit
- SYMFONY_PHPUNIT_VERSION=6.5 ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
- if [[ "$CHECK_PHP_SYNTAX" == "true" ]]; then php ./vendor/bin/php-cs-fixer fix --no-interaction --dry-run --diff -v; fi;

after_success:
- if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ $COVERAGE = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A2lix Auto Form Bundle

Automate form building
Automate form building.

[![Latest Stable Version](https://poser.pugx.org/a2lix/auto-form-bundle/v/stable)](https://packagist.org/packages/a2lix/auto-form-bundle)
[![Latest Unstable Version](https://poser.pugx.org/a2lix/auto-form-bundle/v/unstable)](https://packagist.org/packages/a2lix/auto-form-bundle)
Expand All @@ -11,9 +11,9 @@ Automate form building
[![Monthly Downloads](https://poser.pugx.org/a2lix/auto-form-bundle/d/monthly)](https://packagist.org/packages/a2lix/auto-form-bundle)
[![Daily Downloads](https://poser.pugx.org/a2lix/auto-form-bundle/d/daily)](https://packagist.org/packages/a2lix/auto-form-bundle)

Branch | Travis | Scrutinizer |
------ | ------ | ----------- |
master | [![Build Status](https://travis-ci.org/a2lix/AutoFormBundle.svg?branch=master)](https://travis-ci.org/a2lix/AutoFormBundle) | [![Code Coverage](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/?branch=master)
| Branch | Tools |
| --- | --- |
| master | [![Build Status](https://travis-ci.org/a2lix/AutoFormBundle.svg?branch=master)](https://travis-ci.org/a2lix/AutoFormBundle) [![Code Coverage](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/a2lix/AutoFormBundle/?branch=master) |

## Documentation

Expand Down

0 comments on commit 871d232

Please sign in to comment.