From 07a6af386f2c38d6d8249a9d752287a7b53b87e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Svensson?= Date: Fri, 29 Nov 2024 09:59:05 +0100 Subject: [PATCH] Remove Travis CI config and README badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Svensson --- .travis.yml | 16 ---------------- README.md | 1 - 2 files changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cad66987..00000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: cpp -dist: bionic -compiler: - - gcc - - clang -before_install: - - sudo add-apt-repository -y ppa:ubuntu-backports-testers/ppa - - sudo apt-get update -qq - - sudo apt-get install build-essential autoconf automake libtool libcppunit-dev libsqlite3-dev sqlite3 libbotan-2-dev libssl-dev p11-kit -script: sh testing/travis/travis.sh -env: - - CPP_LIBRARY_ASSERTIONS=yes CRYPTO=openssl OBJSTORE=file - - CRYPTO=openssl OBJSTORE=file - - CRYPTO=openssl OBJSTORE=sqlite - - CRYPTO=botan OBJSTORE=file - - CRYPTO=botan OBJSTORE=sqlite diff --git a/README.md b/README.md index 8e01ee1f..0d47e167 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ SoftHSM is part of the OpenDNSSEC project. Read more at www.opendnssec.org. -[![Travis Build Status](https://api.travis-ci.org/opendnssec/SoftHSMv2.png)](https://travis-ci.org/opendnssec/SoftHSMv2) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/opendnssec/SoftHSMv2?svg=true)](https://ci.appveyor.com/project/opendnssec/softhsmv2) ## Introduction