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

View File

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