Skip to content

Commit f991f3e

Browse files
committed
travis: fixed the warnings from build config validation.
1 parent f45d4e9 commit f991f3e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: required
21
dist: xenial
32

43
os: linux
@@ -47,14 +46,14 @@ env:
4746
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
4847
- DRIZZLE_VER=2011.07.21
4948
- TEST_NGINX_SLEEP=0.006
50-
matrix:
49+
jobs:
5150
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.0.2u OPENSSL_PATCH_VER=1.0.2h
5251
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
5352
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.1e OPENSSL_PATCH_VER=1.1.1e
5453

5554
services:
56-
- memcache
57-
- redis-server
55+
- memcached
56+
- redis
5857
- mysql
5958

6059
before_install:

0 commit comments

Comments
 (0)