php-parser/.travis.yml
Nikita Popov 5118e21c6e Add nightly to travis, use container based infra
Currently 7.0 and nightly are the same, but for the future...
2015-09-14 22:27:01 +09:00

17 lines
152 B
YAML

language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
matrix:
allow_failures:
- php: nightly
fast_finish: true