File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5050 - TEST_NGINX_SLEEP=0.006
5151 matrix :
5252 - NGINX_VERSION=1.11.2
53+ - NGINX_VERSION=1.13.5
5354
5455services :
5556 - memcache
@@ -59,6 +60,7 @@ services:
5960before_install :
6061 - ' ! grep -n -P '' (?<=.{80}).+'' --color `find src -name '' *.c'' ` `find . -name '' *.h'' ` || (echo "ERROR: Found C source lines exceeding 80 columns." > /dev/stderr; exit 1)'
6162 - ' ! grep -n -P '' \t+'' --color `find src -name '' *.c'' ` `find . -name '' *.h'' ` || (echo "ERROR: Cannot use tabs." > /dev/stderr; exit 1)'
63+ - sudo cpanm --notest Test::Nginx IPC::Run > build.log 2>&1 || (cat build.log && exit 1)
6264
6365install :
6466 - if [ ! -f download-cache/drizzle7-$DRIZZLE_VER.tar.gz ]; then wget -P download-cache http://openresty.org/download/drizzle7-$DRIZZLE_VER.tar.gz; fi
You can’t perform that action at this time.
0 commit comments