From 80de66e59cb27e92a5533197496a037d42bd34fe Mon Sep 17 00:00:00 2001 From: Gerben Aaltink Date: Fri, 30 Aug 2024 21:36:18 +0200 Subject: [PATCH] Changed readme, removed travis config --- .travis.yml | 10 ---------- README.md | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4eec623..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: node_js -node_js: - - "11.1.0" - -install: - - npm install - -script: - - npm test - - npm run standard diff --git a/README.md b/README.md index 2198e69..db98b3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -[![Build status](https://travis-ci.com/GerbenAaltink/alopex.svg?branch=master)](https://travis-ci.com/GerbenAaltink/alopex) -![Node.js CI](https://github.com/GerbenAaltink/alopex/workflows/Node.js%20CI/badge.svg) - Easy to use data store. Can be used for persistent data in a sqlite file or just blazing fast in memory. Features: