Skip to content

Commit

Permalink
Merge pull request #425 from matsumotory/nginx-1-17-1
Browse files Browse the repository at this point in the history
update test target to 1.17.1
  • Loading branch information
matsumotory authored Jun 26, 2019
2 parents 7326793 + 6ad850b commit 67c0f60
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=17
NGINX_SRC_PATCH=0
NGINX_SRC_PATCH=1
- BUILD_DYNAMIC_MODULE='TRUE'
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=17
NGINX_SRC_PATCH=0
NGINX_SRC_PATCH=1
- NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=16
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=17
NGINX_SRC_PATCH=0
NGINX_SRC_PATCH=1
NGINX_SRC_VER=nginx-${NGINX_SRC_MAJOR}.${NGINX_SRC_MINOR}.${NGINX_SRC_PATCH}

0 comments on commit 67c0f60

Please sign in to comment.