Skip to content

Commit

Permalink
travis: always specify the OPENSSL_INC and OPENSSL_LIB env.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 28, 2017
1 parent c4efe39 commit 572bf4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ env:
- PCRE_PREFIX=/opt/pcre
- PCRE_LIB=$PCRE_PREFIX/lib
- PCRE_INC=$PCRE_PREFIX/include
- OPENSSL_PREFIX=/opt/ssl
- OPENSSL_LIB=$OPENSSL_PREFIX/lib
- OPENSSL_INC=$OPENSSL_PREFIX/include
- JOBS=3
- NGX_BUILD_JOBS=$JOBS
- TEST_NGINX_SLEEP=0.006
Expand Down

0 comments on commit 572bf4c

Please sign in to comment.