Skip to content

Commit 1a3f0a3

Browse files
committed
travis-ci: fixed the IPC::Run dep for Test::Nginx and also added nginx 1.13.5 to the matrix.
1 parent 485f279 commit 1a3f0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ env:
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

4545
before_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

5252
install:
5353
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)