Skip to content

Commit aceefe2

Browse files
defanatorFelipe Zimmerle
authored and
Felipe Zimmerle
committed
travis-ci: add auth_request module, required for request body tests
1 parent 8e493fb commit aceefe2

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 --add-module=../ModSecurity-nginx
36+
- ./configure --with-http_auth_request_module --add-module=../ModSecurity-nginx
3737
- make
3838
- sudo make install
3939
- cd ..

0 commit comments

Comments
 (0)