Skip to content

Commit 94dd3ac

Browse files
authored
style: updated the indentation of .travis.yml according to the yaml specification. (openresty#1976)
1 parent 3229945 commit 94dd3ac

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ compiler:
1414
addons:
1515
apt:
1616
packages:
17-
- axel
18-
- cpanminus
19-
- libtest-base-perl
20-
- libtext-diff-perl
21-
- liburi-perl
22-
- libwww-perl
23-
- libtest-longstring-perl
24-
- liblist-moreutils-perl
25-
- libgd-dev
17+
- axel
18+
- cpanminus
19+
- libtest-base-perl
20+
- libtext-diff-perl
21+
- liburi-perl
22+
- libwww-perl
23+
- libtest-longstring-perl
24+
- liblist-moreutils-perl
25+
- libgd-dev
2626

2727
cache:
2828
directories:
29-
- download-cache
29+
- download-cache
3030

3131
env:
3232
global:
@@ -54,9 +54,9 @@ env:
5454
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.1l OPENSSL_PATCH_VER=1.1.1f
5555

5656
services:
57-
- memcached
58-
- redis
59-
- mysql
57+
- memcached
58+
- redis
59+
- mysql
6060

6161
before_install:
6262
- sudo apt update

0 commit comments

Comments
 (0)