File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 - TEST_NGINX_RANDOMIZE=1
4040 - LUACHECK_VER=0.21.1
4141 matrix :
42- - NGINX_VERSION=1.9.15
4342 - NGINX_VERSION=1.11.2
43+ - NGINX_VERSION=1.13.5
4444
4545before_install :
4646 - sudo luarocks install luacheck $LUACHECK_VER
4747 - luacheck -q .
4848 - ' ! grep -n -P '' (?<=.{80}).+'' --color `find . -name '' *.lua'' ` || (echo "ERROR: Found Lua source lines exceeding 80 columns." > /dev/stderr; exit 1)'
4949 - ' ! grep -n -P '' \t+'' --color `find . -name '' *.lua'' ` || (echo "ERROR: Cannot use tabs." > /dev/stderr; exit 1)'
50- - sudo cpanm --notest Test::Nginx > build.log 2>&1 || (cat build.log && exit 1)
50+ - sudo cpanm --notest Test::Nginx IPC::Run > build.log 2>&1 || (cat build.log && exit 1)
5151
5252install :
5353 - if [ ! -d download-cache ]; then mkdir download-cache; fi
You can’t perform that action at this time.
0 commit comments