Skip to content

Commit 4b75983

Browse files
committed
[dev] updated version (#179), deployment file, LICENSE and README.CN.
1 parent 13be96d commit 4b75983

File tree

4 files changed

+91
-92
lines changed

4 files changed

+91
-92
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: c
22

33
install:
44
- cd ..
5-
- wget http://nginx.org/download/nginx-1.16.1.tar.gz
6-
- tar zxvf nginx-1.16.1.tar.gz
7-
- cd nginx-1.16.1
5+
- wget http://nginx.org/download/nginx-1.18.0.tar.gz
6+
- tar zxvf nginx-1.18.0.tar.gz
7+
- cd nginx-1.18.0
88

99
script:
1010
- ./configure --add-module=../nginx-http-flv-module && make -j 4
@@ -13,4 +13,4 @@ script:
1313
after_script:
1414
- make clean
1515
- cd ..
16-
- rm -rf "nginx-1.16.1*"
16+
- rm -rf "nginx-1.18.0*"

LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ BSD 2-Clause License
22

33
Copyright (c) 2012-2017, Roman Arutyunyan
44
Copyright (c) 2017-2020, Winshining
5-
Copyright (c) 2018-2019, plainheart
6-
Copyright (c) 2018-2019, HeyJupiter
5+
Copyright (c) 2018-2019, plainheart, HeyJupiter
76
Copyright (c) 2018, han4235, Vladimir Vainer
87
Copyright (c) 2019, ever4Keny
98
Copyright (c) 2020, spacewander, ham3r

0 commit comments

Comments
 (0)