From 65676eb409dd79b1d1b3b37b0ae71bc627ec63d4 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Sun, 5 Jan 2020 22:30:42 +0300 Subject: [PATCH] travis-ci: Remove redundant linux/gcc test Fis was same as the first test. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a3ca21..25a9f20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,6 @@ 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 - - os: linux - compiler: gcc - os: linux arch: arm64 compiler: gcc -- 2.39.5