1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00

add redis to test

This commit is contained in:
Lukas Winkler 2019-04-12 19:57:32 +02:00
parent ddcfd9e0a7
commit d1e452b80f
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -8,6 +8,8 @@ cache:
- vendor/
before_script:
- apt update
- apt install -y redis-server
- composer install
- php -S localhost:9000 -t public &