Skip to content

Commit

Permalink
[dev] updated version (#179), deployment file, LICENSE and README.CN.
Browse files Browse the repository at this point in the history
  • Loading branch information
winshining committed Nov 4, 2020
1 parent 13be96d commit 4b75983
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 92 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: c

install:
- cd ..
- wget http://nginx.org/download/nginx-1.16.1.tar.gz
- tar zxvf nginx-1.16.1.tar.gz
- cd nginx-1.16.1
- wget http://nginx.org/download/nginx-1.18.0.tar.gz
- tar zxvf nginx-1.18.0.tar.gz
- cd nginx-1.18.0

script:
- ./configure --add-module=../nginx-http-flv-module && make -j 4
Expand All @@ -13,4 +13,4 @@ script:
after_script:
- make clean
- cd ..
- rm -rf "nginx-1.16.1*"
- rm -rf "nginx-1.18.0*"
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ BSD 2-Clause License

Copyright (c) 2012-2017, Roman Arutyunyan
Copyright (c) 2017-2020, Winshining
Copyright (c) 2018-2019, plainheart
Copyright (c) 2018-2019, HeyJupiter
Copyright (c) 2018-2019, plainheart, HeyJupiter
Copyright (c) 2018, han4235, Vladimir Vainer
Copyright (c) 2019, ever4Keny
Copyright (c) 2020, spacewander, ham3r
Expand Down
Loading

0 comments on commit 4b75983

Please sign in to comment.