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