Skip to content

Commit 743a10a

Browse files
committed
travis-ci: avoided installing the Test::Nginx perl module; just use it right away.
1 parent 312bf3e commit 743a10a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ script:
9999
- make libdrizzle-1.0 -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
100100
- sudo make install-libdrizzle-1.0 > build.log 2>&1 || (cat build.log && exit 1)
101101
- cd ../mockeagain/ && make CC=$CC -j$JOBS && cd ..
102-
- cd test-nginx/ && sudo cpanm . && cd ..
103102
- cd lua-cjson/ && make -j$JOBS && sudo make install && cd ..
104103
- tar zxf download-cache/pcre-$PCRE_VER.tar.gz
105104
- cd pcre-$PCRE_VER/
@@ -125,4 +124,4 @@ script:
125124
- export TEST_NGINX_RESOLVER=8.8.4.4
126125
- dig +short @$TEST_NGINX_RESOLVER openresty.org || exit 0
127126
- dig +short @$TEST_NGINX_RESOLVER agentzh.org || exit 0
128-
- prove -r t
127+
- prove -Itest-nginx/lib -r t

0 commit comments

Comments
 (0)