From 7af0ee1e85797e4a2c2113b5f702ad843c0c2e87 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 28 Jan 2020 18:19:18 +0500 Subject: [PATCH] travis-ci: adjust names --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 372d045..b05efa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,19 +12,19 @@ env: matrix: include: - - name: linux/gcc/x86_64 + - name: linux/gcc/x86_64/openssl-master os: linux compiler: gcc - - name: linux/gcc/x86_64 + - name: linux/gcc/x86_64/openssl-1.1.1 os: linux compiler: gcc env: OPENSSL_BRANCH=OpenSSL_1_1_1-stable if: type != cron - - name: linux/gcc/ppc64le + - name: linux/gcc/ppc64le/openssl-master os: linux arch: ppc64le compiler: gcc - - name: linux/gcc+ASan/x86_64 + - name: linux/gcc+ASan/x86_64/openssl-master env: ASAN=-DASAN=1 os: linux compiler: gcc @@ -38,11 +38,11 @@ matrix: - cd build - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines .. - curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash || true - - name: linux/gcc/arm64 + - name: linux/gcc/arm64/openssl-master os: linux arch: arm64 compiler: gcc - - name: osx/clang/x86_64 + - name: osx/clang/x86_64/openssl-master os: osx compiler: clang -- 2.39.2