diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4c2ac67..0000000 --- a/.travis.yml +++ /dev/null @@ -1,43 +0,0 @@ -language: php - -addons: - chrome: stable - -sudo: false - -matrix: - include: - - php: 8.0 - env: 'SCENARIO=symfony5' - - php: 7.4 - env: 'SCENARIO=symfony5' - - php: 7.4 - env: 'symfony3 DEPENDENCIES=lowest' - - php: 7.4 - env: 'symfony3 DEPENDENCIES=highest' - - php: 7.3 - env: 'SCENARIO=symfony3' - - php: 7.2 - env: 'SCENARIO=symfony3' - - php: 7.1 - env: 'SCENARIO=symfony3 DEPENDENCIES=highest' - -cache: - directories: - - $HOME/.composer/cache/files - -install: - - '.scenarios.lock/install "${SCENARIO}" "${DEPENDENCIES}"' - - bin/updatePantherChromeDriver.sh - - # additionally place 'chromedriver' file also in folder 'driver' for symfony/panther >=0.9 - - mkdir drivers - - cp vendor/symfony/panther/chromedriver-bin/chromedriver_linux64 drivers/chromedriver - -script: - - if [ "${TRAVIS_PHP_VERSION:0:3}" = "8.0" ]; then vendor/bin/phpunit -v; else vendor/bin/phpunit -v --coverage-clover=coverage.clover; fi - - vendor/bin/behat --config=tests/Behat/behat.yml - -after_script: - - wget https://scrutinizer-ci.com/ocular.phar - - if [ "${TRAVIS_PHP_VERSION:0:3}" != "8.0" ]; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi - - 'travis_retry php vendor/bin/coveralls -v' diff --git a/README.md b/README.md index 76b5270..2529ea9 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,17 @@ [![Latest Unstable Version](https://poser.pugx.org/robertfausk/behat-panther-extension/v/unstable.svg)](https://packagist.org/packages/robertfausk/behat-panther-extension) [![Total Downloads](https://poser.pugx.org/robertfausk/behat-panther-extension/downloads.svg)](https://packagist.org/packages/robertfausk/behat-panther-extension) [![Monhtly Downloads](https://img.shields.io/packagist/dm/robertfausk/behat-panther-extension?style=flat&color=blue)](https://img.shields.io/packagist/dm/robertfausk/behat-panther-extension) -[![Build Status](https://travis-ci.com/robertfausk/behat-panther-extension.svg?branch=master)](https://travis-ci.com/robertfausk/behat-panther-extension) +[![Daily Downloads](https://img.shields.io/packagist/dd/robertfausk/behat-panther-extension?style=flat&color=blue)](https://img.shields.io/packagist/dm/robertfausk/behat-panther-extension) +[![Tests](https://github.com/robertfausk/behat-panther-extension/actions/workflows/ci.yml/badge.svg)](https://github.com/robertfausk/behat-panther-extension/actions/workflows/ci.yml) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/) [![Code Coverage](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE) -![PHP7 Compatible](https://img.shields.io/travis/php-v/robertfausk/behat-panther-extension/master?style=flat) +[![PHP Version Require](http://poser.pugx.org/robertfausk/behat-panther-extension/require/php)](https://packagist.org/packages/robertfausk/behat-panther-extension) [![Open Issues](https://img.shields.io/github/issues-raw/robertfausk/behat-panther-extension?style=flat)](https://github.com/robertfausk/behat-panther-extension/issues) [![Closed Issues](https://img.shields.io/github/issues-closed-raw/robertfausk/behat-panther-extension?style=flat)](https://github.com/robertfausk/behat-panther-extension/issues?q=is%3Aissue+is%3Aclosed) [![Contributors](https://img.shields.io/github/contributors/robertfausk/behat-panther-extension?style=flat)](https://github.com/robertfausk/behat-panther-extension/graphs/contributors) ![Contributors](https://img.shields.io/maintenance/yes/2022?style=flat) +[![Dependents](http://poser.pugx.org/robertfausk/behat-panther-extension/dependents)](https://packagist.org/packages/robertfausk/behat-panther-extension/dependents) Symfony Panther extension for Behat