php-helpers/.travis.yml

18 lines
226 B
YAML
Raw Normal View History

2019-05-21 11:39:40 +00:00
language: php
php:
- 7.1
- 7.2
- 7.3
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- composer install --dev --prefer-source --no-interaction
script:
- composer test