mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #1886 from nickvergessen/ticket/12027
[Ticket/12027] List redis as service in .travis.yml
This commit is contained in:
commit
0d0b2627f7
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ env:
|
|||
- DB=mysql
|
||||
- DB=postgres
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
|
||||
install:
|
||||
- sh -c "if [ '$DB' = 'mariadb' ]; then travis/setup-mariadb.sh; fi"
|
||||
- sh -c "if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` = "1" ]; then travis/setup-webserver.sh; fi"
|
||||
|
|
Loading…
Add table
Reference in a new issue