Skip to content

Commit

Permalink
Merge pull request #392 from matsumotory/nginx-1-15-05
Browse files Browse the repository at this point in the history
update test target to 1.15.5
  • Loading branch information
matsumotory authored Oct 3, 2018
2 parents 25fd45b + f1f51a6 commit c000772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ install:
env:
- NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=15
NGINX_SRC_PATCH=4
NGINX_SRC_PATCH=5
- BUILD_DYNAMIC_MODULE='TRUE'
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=15
NGINX_SRC_PATCH=4
NGINX_SRC_PATCH=5
- NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=14
NGINX_SRC_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion nginx_version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=15
NGINX_SRC_PATCH=4
NGINX_SRC_PATCH=5
NGINX_SRC_VER=nginx-${NGINX_SRC_MAJOR}.${NGINX_SRC_MINOR}.${NGINX_SRC_PATCH}

0 comments on commit c000772

Please sign in to comment.