phpdoc-parser/.travis.yml

19 lines
223 B
YAML
Raw Normal View History

2017-11-18 21:58:26 +01:00
language: php
php:
- 7.1
- 7.2
2019-03-15 22:11:02 +01:00
- 7.3
2019-07-16 13:32:18 +02:00
- 7.4snapshot
2017-11-18 21:58:26 +01:00
- master
matrix:
allow_failures:
- php: master
before_script:
- composer self-update
- composer update --no-interaction
2017-11-18 21:58:26 +01:00
script:
- vendor/bin/phing