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 f030977 commit 17e22cb
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 @@ -23,7 +23,7 @@ cache:
before_install:
- cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
install:
- wget -O - http://nginx.org/download/nginx-${SHIB_NGINX_VERSION}.tar.gz | tar -xzf -
- wget -O - http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz | tar -xzf -
- cd nginx-${NGINX_VERSION}
- git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.30
- ./configure --with-debug --add-module=..
Expand Down

0 comments on commit 17e22cb

Please sign in to comment.