mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-10 09:46:26 +00:00
:octocat: bye travis!
This commit is contained in:
-43
@@ -1,43 +0,0 @@
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
- v3.2.x
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- imagemagick
|
||||
|
||||
language: php
|
||||
|
||||
env:
|
||||
global:
|
||||
- PHAN_ALLOW_XDEBUG=0 PHAN_DISABLE_XDEBUG_WARN=1
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.4
|
||||
- php: 8.0
|
||||
- php: 8.1
|
||||
- php: nightly
|
||||
allow_failures:
|
||||
- php: 8.1
|
||||
- php: nightly
|
||||
|
||||
before_install:
|
||||
- pecl channel-update pecl.php.net
|
||||
- pecl install ast
|
||||
- |
|
||||
if [ $TRAVIS_PHP_VERSION == '7.4' ]; then
|
||||
printf "\n" | pecl install imagick;
|
||||
fi
|
||||
|
||||
install:
|
||||
- composer install --no-interaction --prefer-source
|
||||
- composer validate
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --configuration phpunit.xml
|
||||
- vendor/bin/phan
|
||||
|
||||
after_script: bash <(curl -s https://codecov.io/bash)
|
||||
@@ -6,7 +6,6 @@ namespaced, cleaned up, improved and other stuff.
|
||||
[![PHP Version Support][php-badge]][php]
|
||||
[![Packagist version][packagist-badge]][packagist]
|
||||
[![License][license-badge]][license]
|
||||
[![Travis CI][travis-badge]][travis]
|
||||
[![CodeCov][coverage-badge]][coverage]
|
||||
[![Scrunitizer CI][scrutinizer-badge]][scrutinizer]
|
||||
[![Packagist downloads][downloads-badge]][downloads]<br/>
|
||||
@@ -19,8 +18,6 @@ namespaced, cleaned up, improved and other stuff.
|
||||
[packagist]: https://packagist.org/packages/chillerlan/php-qrcode
|
||||
[license-badge]: https://img.shields.io/github/license/chillerlan/php-qrcode.svg
|
||||
[license]: https://github.com/chillerlan/php-qrcode/blob/main/LICENSE
|
||||
[travis-badge]: https://img.shields.io/travis/com/chillerlan/php-qrcode/main?logo=travis
|
||||
[travis]: https://travis-ci.com/github/chillerlan/php-qrcode
|
||||
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?logo=codecov
|
||||
[coverage]: https://codecov.io/github/chillerlan/php-qrcode
|
||||
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-qrcode.svg?logo=scrutinizer
|
||||
@@ -89,7 +86,8 @@ Wait, what was that? Please again, slower! See [Advanced usage](https://github.c
|
||||
- WordPress [Simple 2FA `simple-2fa`](https://wordpress.org/plugins/simple-2fa/)
|
||||
- WoltLab Suite [two-step-verification](http://pluginstore.woltlab.com/file/3007-two-step-verification/)
|
||||
- [Cachet](https://github.com/CachetHQ/Cachet)
|
||||
- [Appwrite](https://github.com/appwrite/appwrite)
|
||||
- [Appwrite](https://github.com/appwrite/appwrite)
|
||||
- [twill](https://github.com/area17/twill)
|
||||
- other uses: [dependents](https://github.com/chillerlan/php-qrcode/network/dependents) / [packages](https://github.com/chillerlan/php-qrcode/network/dependents?dependent_type=PACKAGE)
|
||||
|
||||
### Shameless advertising
|
||||
|
||||
Reference in New Issue
Block a user