1
0
Fork 0
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:
Samuel Štancl 2019-02-02 12:13:06 +01:00
parent 5ce0d946ee
commit be8968b832

View file

@ -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