1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 14:44:05 +00:00

Make Travis install phpredis

This commit is contained in:
Samuel Štancl 2019-02-02 12:13:06 +01:00
parent 5ce0d946ee
commit be8968b832

View file

@ -1,13 +1,14 @@
language: php
php:
- '7.1'
- '7.2'
- '7.1'
branches:
only:
- master
install:
- travis_retry pecl install redis
- travis_retry composer install --no-interaction
script: vendor/bin/phpunit --coverage-clover=coverage.xml