php-parser/.travis.yml

14 lines
123 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.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