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

Enable Redis in Travis

This commit is contained in:
Samuel Štancl 2019-02-02 14:16:45 +01:00
parent eb8f3684eb
commit 094dc924e4

View file

@ -7,6 +7,9 @@ branches:
only: only:
- master - master
services:
- redis-server
before_install: before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini