mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 05:11:39 +01:00
Add nightly to travis, use container based infra
Currently 7.0 and nightly are the same, but for the future...
This commit is contained in:
parent
40455b5c18
commit
5118e21c6e
@ -1,11 +1,16 @@
|
||||
language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- nightly
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user