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.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0
- hhvm - hhvm
matrix: matrix:
allow_failures: allow_failures:
- php: hhvm - php: 7.0
- php: hhvm
install: install:
- composer self-update - composer self-update