Skip to content

Commit 15f1bd9

Browse files
committed
WIP
1 parent 93438cc commit 15f1bd9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ github_token: $GITHUB_TOKEN
44

55
services:
66
- postgresql
7+
- redis-server
78

89
matrix:
910
include:
@@ -14,10 +15,6 @@ matrix:
1415
- php: 7.3
1516
env: REDIS_HOST=127.0.0.1
1617

17-
services:
18-
- redis-server
19-
- postgresql
20-
2118
before_script:
2219
- travis_retry composer self-update
2320
- travis_retry composer config --global github-protocols https

0 commit comments

Comments
 (0)