We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03e1ff commit 127bd31Copy full SHA for 127bd31
.travis.yml
@@ -27,6 +27,7 @@ env:
27
- PCRE_INC=$PCRE_PREFIX/include
28
- JOBS=3
29
- NGX_BUILD_JOBS=$JOBS
30
+ - TEST_NGINX_SLEEP=0.006
31
matrix:
32
- NGINX_VERSION=1.9.15
33
@@ -71,6 +72,10 @@ script:
71
72
- export NGX_BUILD_CC=$CC
73
- sh util/build.sh $NGINX_VERSION > build.log 2>&1 || (cat build.log && exit 1)
74
- nginx -V
- - ldd `which nginx`|grep luajit
75
+ - ldd `which nginx`|grep -E 'luajit|ssl|pcre'
76
- export LD_PRELOAD=$PWD/mockeagain/mockeagain.so
77
+ - export LD_LIBRARY_PATH=$PWD/mockeagain:$LD_LIBRARY_PATH
78
+ - export TEST_NGINX_RESOLVER=8.8.4.4
79
+ - dig +short @$TEST_NGINX_RESOLVER openresty.org || exit 0
80
+ - dig +short @$TEST_NGINX_RESOLVER agentzh.org || exit 0
81
- prove -r t
0 commit comments