1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/.travis.yml

15 lines
131 B
YAML
Raw Normal View History

2012-03-17 13:18:16 +01:00
language: php
php:
2014-01-20 12:20:54 +01:00
- 5.3
- 5.4
- 5.5
2014-08-28 17:44:47 +02:00
- 5.6
2015-02-26 15:25:34 +01:00
- 7.0
2014-01-20 12:20:54 +01:00
- hhvm
matrix:
allow_failures:
2015-02-26 15:25:34 +01:00
- php: 7.0
2014-01-20 12:20:54 +01:00
fast_finish: true