mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
19 lines
223 B
YAML
19 lines
223 B
YAML
language: php
|
|
php:
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4snapshot
|
|
- master
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- php: master
|
|
|
|
before_script:
|
|
- composer self-update
|
|
- composer update --no-interaction
|
|
|
|
script:
|
|
- vendor/bin/phing
|