Add PHP 7 on Travis

And remove 5.6 from allowed failures
This commit is contained in:
Sullivan SENECHAL 2015-07-30 17:59:41 +02:00
parent 1384e05693
commit 2400e1ad9f

View file

@ -5,11 +5,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: 7.0
- php: hhvm
before_script: