Skip to content

Commit 5096a7a

Browse files
defanatorFelipe Zimmerle
authored and
Felipe Zimmerle
committed
travis-ci: add http_v2 module, required for HTTP/2 tests
1 parent 81bf1b8 commit 5096a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_script:
3333
- cd ..
3434
- wget http://nginx.org/download/nginx-${VER_NGINX}.tar.gz && tar -xf nginx-${VER_NGINX}.tar.gz
3535
- cd nginx-${VER_NGINX}
36-
- ./configure --with-http_auth_request_module --add-module=../ModSecurity-nginx
36+
- ./configure --with-http_auth_request_module --with-http_v2_module --add-module=../ModSecurity-nginx
3737
- make
3838
- sudo make install
3939
- cd ..

0 commit comments

Comments
 (0)