From e860e2819526d188cafcfa64dbbe52595c5ac167 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 28 Jan 2020 17:51:15 +0500 Subject: [PATCH] travis-ci: add PR testing for OpenSSL-1.1.1 branch --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d617ece..372d045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: required dist: bionic os: linux @@ -16,6 +15,11 @@ matrix: - name: linux/gcc/x86_64 os: linux compiler: gcc + - name: linux/gcc/x86_64 + os: linux + compiler: gcc + env: OPENSSL_BRANCH=OpenSSL_1_1_1-stable + if: type != cron - name: linux/gcc/ppc64le os: linux arch: ppc64le -- 2.39.2