fix problem with platform req for travis

This commit is contained in:
Arkadiusz Kondas 2016-06-30 23:16:19 +02:00
parent 44f04498ba
commit 62fc7b9efd
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ os:
- osx
language: php
php:
- 7
- 7.0
- hhvm
before_script: composer install
before_script: composer install --ignore-platform-reqs
script: bin/phpunit