Added php 7.0 and allow it to fail

Added php 7.0 and allow it to fail
This commit is contained in:
Vieira 2015-03-26 13:20:47 -03:00
parent d270b8039c
commit 291539ad51
1 changed files with 5 additions and 0 deletions

View File

@ -5,8 +5,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev