Skip to content

Commit

Permalink
Fixed directory locations during build
Browse files Browse the repository at this point in the history
  • Loading branch information
travisspencer committed Feb 19, 2018
1 parent 822cbd2 commit 41f1d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo: true
install:
- sudo apt-get install libpcre3 libpcre3-dev zlib1g-dev libssl-dev
- cd && wget https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && tar -xzf nginx-$NGINX_VERSION.tar.gz
- NGINX_SRC_DIR=$HOME/nginx-$NGINX_VERSION NGINX_DEBUG=no DYNAMIC_MODULE=yes ./configure --with-http_ssl_module
- cd $TRAVIS_BUILD_DIR && NGINX_SRC_DIR=$HOME/nginx-$NGINX_VERSION NGINX_DEBUG=no DYNAMIC_MODULE=yes ./configure --with-http_ssl_module

script:
- cd $TRAVIS_BUILD_DIR && make
- make

0 comments on commit 41f1d40

Please sign in to comment.