Files
masimmo.pl/modules/ps_checkout/vendor/league/tactician-logger/.travis.yml
2024-11-20 09:09:44 +01:00

21 lines
377 B
YAML

language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
include:
- php: 5.5
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
script:
- vendor/bin/phpunit
- vendor/bin/phpcs --standard=PSR2 src tests