Merge pull request #29 from vieirasantosn/patch-1

Added php 7.0 and allow it to fail
This commit is contained in:
Phil Sturgeon 2015-03-26 13:12:45 -04:00
commit 9f9c64b628

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