mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-04 14:37:36 +00:00
🚿
This commit is contained in:
+3
-5
@@ -12,17 +12,15 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.4
|
||||
# - php: nightly
|
||||
allow_failures:
|
||||
- php: 7.4
|
||||
# - php: nightly
|
||||
|
||||
before_install:
|
||||
- pecl channel-update pecl.php.net
|
||||
- printf "\n" | pecl install imagick
|
||||
- pecl install ast
|
||||
|
||||
install: travis_retry composer install --no-interaction --prefer-source
|
||||
install:
|
||||
- composer install --no-interaction --prefer-source
|
||||
- composer validate
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
|
||||
|
||||
Reference in New Issue
Block a user