mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-22 13:05:10 +00:00
fix problem with platform req for travis
This commit is contained in:
parent
44f04498ba
commit
62fc7b9efd
@ -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
|
Loading…
Reference in New Issue
Block a user