Build against OpenSSL 1.1 in travis-ci

This commit is contained in:
Trevor Bentley
2017-11-24 15:41:29 +01:00
parent 7ca0267ddf
commit b10d98e96b
4 changed files with 78 additions and 1 deletions
+3
View File
@@ -20,3 +20,6 @@ matrix:
- compiler: gcc
os: linux
env: COVERAGE="--enable-coverage" EXTRA="libpcsclite-dev lcov"
- compiler: gcc
os: linux
env: BUILD_OPENSSL_VERSION="1.1" EXTRA="libpcsclite-dev"