Skip to content

Commit 10ebedb

Browse files
committed
[dev] updated deployment file and README files.
1 parent 4db814b commit 10ebedb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ language: c
22

33
install:
44
- cd ..
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
5+
- wget http://nginx.org/download/nginx-1.20.1.tar.gz
6+
- tar zxvf nginx-1.20.1.tar.gz
7+
- cd nginx-1.20.1
88

99
script:
10-
- ./configure --add-module=../nginx-http-flv-module && make -j 4
11-
- ./configure --add-dynamic-module=../nginx-http-flv-module && make -j 4
10+
- ./configure --add-module=../nginx-http-flv-module && make -j 2
11+
- ./configure --add-dynamic-module=../nginx-http-flv-module && make -j 2
1212

1313
after_script:
1414
- make clean
1515
- cd ..
16-
- rm -rf "nginx-1.18.0*"
16+
- rm -rf "nginx-1.20.1*"

README.CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nginx-http-flv-module
22

3-
[![Build Status](https://travis-ci.org/winshining/nginx-http-flv-module.svg?branch=master)](https://travis-ci.org/winshining/nginx-http-flv-module)
3+
[![Build Status](https://app.travis-ci.com/winshining/nginx-http-flv-module.svg?branch=master)](https://app.travis-ci.com/winshining/nginx-http-flv-module)
44

55
基于 [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module) 的流媒体服务器。
66

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nginx-http-flv-module
22

3-
[![Build Status](https://travis-ci.org/winshining/nginx-http-flv-module.svg?branch=master)](https://travis-ci.org/winshining/nginx-http-flv-module)
3+
[![Build Status](https://app.travis-ci.com/winshining/nginx-http-flv-module.svg?branch=master)](https://app.travis-ci.com/winshining/nginx-http-flv-module)
44

55
Media streaming server based on [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module).
66

@@ -10,7 +10,7 @@ Donate if you like this module. Many thanks to you!
1010

1111
<a href="https://www.buymeacoffee.com/winshining" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
1212

13-
### Appreciation
13+
### Credits
1414

1515
* Igor Sysoev, the creator of [NGINX](http://nginx.org).
1616

0 commit comments

Comments
 (0)