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 312bf3e commit 743a10aCopy full SHA for 743a10a
.travis.yml
@@ -99,7 +99,6 @@ script:
99
- make libdrizzle-1.0 -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
100
- sudo make install-libdrizzle-1.0 > build.log 2>&1 || (cat build.log && exit 1)
101
- cd ../mockeagain/ && make CC=$CC -j$JOBS && cd ..
102
- - cd test-nginx/ && sudo cpanm . && cd ..
103
- cd lua-cjson/ && make -j$JOBS && sudo make install && cd ..
104
- tar zxf download-cache/pcre-$PCRE_VER.tar.gz
105
- cd pcre-$PCRE_VER/
@@ -125,4 +124,4 @@ script:
125
124
- export TEST_NGINX_RESOLVER=8.8.4.4
126
- dig +short @$TEST_NGINX_RESOLVER openresty.org || exit 0
127
- dig +short @$TEST_NGINX_RESOLVER agentzh.org || exit 0
128
- - prove -r t
+ - prove -Itest-nginx/lib -r t
0 commit comments