travis-ci: switch to openssl-1.1.0 by default

pull/231/head
Ilya Shipitsin 2018-03-17 01:20:03 +05:00
parent 6107c38692
commit 079614d699
1 changed files with 1 additions and 6 deletions

View File

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