File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- NGINX_PREFIX=/opt/nginx
16
16
matrix :
17
17
- NGINX_VERSION=1.14.0
18
- - NGINX_VERSION=1.15.0
18
+ - NGINX_VERSION=1.15.2
19
19
20
20
before_install :
21
21
- mkdir --parents download-cache
22
22
- sudo apt-get update -qq
23
23
- sudo apt-get install -qq zlib1g-dev libpcre3-dev cpanminus
24
24
# Get OpenSSL 1.0.2 from Ubuntu Xenial
25
25
# https://packages.ubuntu.com/xenial-updates/libssl1.0.0
26
- - test -f download-cache/libssl1.0.0_1.0.2g-1ubuntu4.12_amd64 .deb || wget -O download-cache/libssl1.0.0_1.0.2g-1ubuntu4.12_amd64 .deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.12_amd64 .deb"
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"
27
27
# https://packages.ubuntu.com/xenial/libssl-dev
28
- - test -f download-cache/libssl-dev_1.0.2g-1ubuntu4.12_amd64 .deb || wget -O download-cache/libssl-dev_1.0.2g-1ubuntu4.12_amd64 .deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2g-1ubuntu4.12_amd64 .deb"
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"
29
29
- sudo dpkg -i download-cache/libssl*_amd64.deb
30
30
# Test::Nginx
31
31
- git clone https://github.com/openresty/test-nginx.git test-nginx
You can’t perform that action at this time.
0 commit comments