1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-20 12:46:47 +01:00

Add PHP 7 to travis build

This commit is contained in:
Nikita Popov 2015-02-26 15:25:34 +01:00
parent e3bc5b564d
commit d600c60779

View File

@ -5,9 +5,11 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0
- hhvm - hhvm
matrix: matrix:
allow_failures: allow_failures:
- php: 7.0
- php: hhvm - php: hhvm
fast_finish: true fast_finish: true