Skip to content

Commit

Permalink
first take on travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Aug 11, 2019
1 parent 17e22cb commit f729ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- cd nginx-${NGINX_VERSION}
- git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.30
- ./configure --with-debug --add-module=..
- make
- make -j$(nproc)
- export PATH=$(pwd)/objs:$PATH
- cd ..
script:
Expand Down

0 comments on commit f729ebb

Please sign in to comment.