From b89decb50ae9c00240004f0efc5599f96a0e7194 Mon Sep 17 00:00:00 2001 From: Evgeniy Moroz Date: Fri, 7 Jun 2024 12:35:53 +0100 Subject: [PATCH] chore: remove travis mentioning and incorrect build checkmark. --- .travis.yml | 19 ------------------- README.md | 3 +-- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2585fbf..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: node_js -node_js: - - 14 - - 16 -env: - - VAULT_VERSION=0.7.2 - - VAULT_VERSION=0.8.2 - - VAULT_VERSION=0.9.6 -before_install: - - sudo apt-get install -y unzip curl - - curl -fL "https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip" > /tmp/vault.zip - - unzip /tmp/vault.zip -d /tmp - - sudo mv /tmp/vault /usr/local/bin/vault - - sudo chmod 0755 /usr/local/bin/vault -install: - - npm install - - npm install config -script: - - npm test diff --git a/README.md b/README.md index 104b3c4..47c14f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Node.js Vault Client -[![Build Status](https://travis-ci.org/namecheap/node-vault-client.svg?branch=master)](https://travis-ci.org/namecheap/node-vault-client) ![npm](https://img.shields.io/npm/v/node-vault-client) ![npm](https://img.shields.io/npm/dm/node-vault-client) @@ -151,4 +150,4 @@ If no name passed all named instances will be cleared. | Param | Type | Description | | --- | --- | --- | -| [name] | String | Vault instance name, all instances will be cleared if no name were passed | \ No newline at end of file +| [name] | String | Vault instance name, all instances will be cleared if no name were passed |