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:
parent
5ce0d946ee
commit
be8968b832
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue