mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:54:04 +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
|
language: php
|
||||||
php:
|
php:
|
||||||
- '7.1'
|
|
||||||
- '7.2'
|
- '7.2'
|
||||||
|
- '7.1'
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- travis_retry pecl install redis
|
||||||
- travis_retry composer install --no-interaction
|
- travis_retry composer install --no-interaction
|
||||||
|
|
||||||
script: vendor/bin/phpunit --coverage-clover=coverage.xml
|
script: vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue