From adbae8f80572272d44fb4701a67361ca6cf731e2 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 9 Jun 2019 01:46:01 +0500 Subject: [PATCH] travis-ci: cleanup "so/dylib" mangling, not needed after https://github.com/openssl/openssl/pull/8951 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47f49b8..d5224fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,5 +42,4 @@ script: - cd build - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ${ASAN} .. - make - - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then cp bin/gost.{dylib,so}; fi # this hack is most probably related to https://github.com/openssl/openssl/issues/727 - make test CTEST_OUTPUT_ON_FAILURE=1 -- 2.39.2