travis: PHP 7.0 nightly added

This commit is contained in:
Tomáš Votruba 2015-06-18 12:41:22 +02:00
parent 072952d388
commit 68978499ba

View File

@ -4,11 +4,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
allow_failures:
- php: 7.0
- php: hhvm
install:
- composer self-update