Skip to content

Commit 5495397

Browse files
authored
libssl1.0.0_1.0.2g-1ubuntu4.17
1 parent 641e5a9 commit 5495397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ env:
1515
- NGINX_PREFIX=/opt/nginx
1616
matrix:
1717
- NGINX_VERSION=1.18.0
18-
- NGINX_VERSION=1.19.0
18+
- NGINX_VERSION=1.19.2
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.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"
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.17_amd64.deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.17_amd64.deb"
2727
# https://packages.ubuntu.com/xenial/libssl-dev
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"
28+
- test -f download-cache/libssl-dev_1.0.2g-1ubuntu4.16_amd64.deb || wget -O download-cache/libssl-dev_1.0.2g-1ubuntu4.17_amd64.deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2g-1ubuntu4.17_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)