travis-ci: switch to openssl-1.1.0 by default

pull/218/merge
Ilya Shipitsin 2018-03-17 01:20:03 +05:00 committed by Samuli Seppänen
parent 2f5084d47e
commit 9ceb2d25e5
1 changed files with 1 additions and 6 deletions

View File

@ -7,7 +7,7 @@ compiler: gcc
env: env:
global: global:
- OPENSSL_VERSION=1.0.2n - OPENSSL_VERSION=1.1.0g
matrix: matrix:
fast_finish: true fast_finish: true
@ -16,10 +16,6 @@ matrix:
env: CHOST=i686-w64-mingw32 CONFIG="" env: CHOST=i686-w64-mingw32 CONFIG=""
- compiler: ": Win64" - compiler: ": Win64"
env: CHOST=x86_64-w64-mingw32 CONFIG="" env: CHOST=x86_64-w64-mingw32 CONFIG=""
- compiler: ": Win32 + openssl-1.1.0"
env: CHOST=i686-w64-mingw32 CONFIG="" OPENSSL_VERSION=1.1.0g
- compiler: ": Win64 + openssl-1.1.0"
env: CHOST=x86_64-w64-mingw32 CONFIG="" OPENSSL_VERSION=1.1.0g
- compiler: ": Win32" - compiler: ": Win32"
env: CHOST=i686-w64-mingw32 CONFIG="--disable-password-change" env: CHOST=i686-w64-mingw32 CONFIG="--disable-password-change"
- compiler: ": Win64" - compiler: ": Win64"
@ -51,4 +47,3 @@ script:
cache: cache:
directories: directories:
- download-cache - download-cache