From: Michael D. Lowis Date: Tue, 11 Dec 2018 20:11:54 +0000 (-0500) Subject: removed travis and coverity badges X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=980c5d231bafe6413d9a31023e0d088f4c2c31c8;p=proto%2Flibregexp.git removed travis and coverity badges --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2a1ace2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: c - -env: - global: - # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created - # via the "travis encrypt" command using the project repo's public key - - secure: "OOxt1W1eyQxKIvrSaIAjMKUJMtftjVPNurj7s3eQMpx2jwrGT4knE5yCnH8T4R5YpEK/crIbT+Db6G8rAKaPfVvya6OlaV+gNxKzM2QiQxlKGAXa9iv43WI4wRRA1mIe2SpqVErwJdIhSY1qsT9UgsSnXUk+udz8KAdpGA726/pTjkZv3ePI3fHPUHIqI1lU4yBMhEEl6aU42/zCDh9HIOfuo/DkAK3BsblGwSzCtxOGJ5SHAjLraiHh4HRuF3PO5IdS1gtd+3t5bGoIgXWvnw5xX6qox66b4y3KaFU5fvN/BkM0yte2YlMbt7pRnovgitoRG6Q3dpph8FYaj9lrb6XNV+zfT8y0CxAtILchwBwdZCoYDrMfXyqhMySlGJO4DczzDdsEeVFnHDmWWbr6paiRjMa61a6aE5t+/m7Sly5aBiGOX22r7lQ6Src76KQ/BblbWHzprXW9jNMEBcfY8X40akI7+HmgiGx2/0s6KktTVsWpK3m3Sj4hN2nvjY63vRvYvwk6fIYP5ZaSVXBuRAxx1EylTjNujm7Och+Z4+dk2GNbF0IvsnYdxrcFbS0WLYuim+xar3+MfghuGTvno5yg6yyxH0LRXE7t94hjMUa6Yq6jQ8DqGHy/l+rRD9GWR4IDz4o0/IaLl9c1aZbCT5eSYoVQTPb7+c+IFy5yb70=" - -before_install: - - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- - -addons: - coverity_scan: - project: - name: "0intro/libregexp" - description: "Build submitted via Travis CI" - notification_email: 0intro@gmail.com - build_command_prepend: "make clean" - build_command: "make" - branch_pattern: master - -script: - - make clean - - make diff --git a/README.md b/README.md index f21c19f..fbc07e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -[![Build Status](https://travis-ci.org/0intro/libregexp.svg?branch=master)](https://travis-ci.org/0intro/libregexp) -[![Coverity Scan Build Status](https://scan.coverity.com/projects/5975/badge.svg)](https://scan.coverity.com/projects/5975) - This is a Unix port of the Plan 9 regular expression library, originally done for the Inferno operating system.