Skip to content

Commit 23dc16a

Browse files
authored
Update .travis.yml
1 parent f98186a commit 23dc16a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ env:
1414
- JOBS=4
1515
- NGINX_PREFIX=/opt/nginx
1616
matrix:
17-
- NGINX_VERSION=1.14.0
18-
- NGINX_VERSION=1.15.2
17+
- NGINX_VERSION=1.18.0
18+
- NGINX_VERSION=1.19.0
1919

2020
before_install:
2121
- mkdir --parents download-cache
2222
- sudo apt-get update -qq
2323
- sudo apt-get install -qq zlib1g-dev libpcre3-dev cpanminus
2424
# Get OpenSSL 1.0.2 from Ubuntu Xenial
2525
# https://packages.ubuntu.com/xenial-updates/libssl1.0.0
26-
- test -f download-cache/libssl1.0.0_1.0.2g-1ubuntu4.13_amd64.deb || wget -O download-cache/libssl1.0.0_1.0.2g-1ubuntu4.13_amd64.deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.13_amd64.deb"
26+
- test -f download-cache/libssl1.0.0_1.0.2g-1ubuntu4.16_amd64.deb || wget -O download-cache/libssl1.0.0_1.0.2g-1ubuntu4.16_amd64.deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.16_amd64.deb"
2727
# https://packages.ubuntu.com/xenial/libssl-dev
28-
- test -f download-cache/libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb || wget -O download-cache/libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb"
28+
- test -f download-cache/libssl-dev_1.0.2g-1ubuntu4.16_amd64.deb || wget -O download-cache/libssl-dev_1.0.2g-1ubuntu4.16_amd64.deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2g-1ubuntu4.16_amd64.deb"
2929
- sudo dpkg -i download-cache/libssl*_amd64.deb
3030
# Test::Nginx
3131
- git clone https://github.com/openresty/test-nginx.git test-nginx

0 commit comments

Comments
 (0)