phpdoc-parser/.travis.yml
2020-07-23 14:02:42 +02:00

19 lines
215 B
YAML

language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- master
matrix:
allow_failures:
- php: master
before_script:
- composer self-update
- composer update --no-interaction
script:
- vendor/bin/phing