1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-20 04:36:57 +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 11:20:54 +00:00
- 5.3
- 5.4
- 5.5
2014-08-29 00:44:47 +09:00
- 5.6
2015-02-26 15:25:34 +01:00
- 7.0
2014-01-20 11:20:54 +00:00
- hhvm
matrix:
allow_failures:
2015-02-26 15:25:34 +01:00
- php: 7.0
2014-01-20 11:20:54 +00:00
fast_finish: true