Skip to content

Commit

Permalink
Removed Travis due to changes in Travis' service
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jan 21, 2021
1 parent c441811 commit 5dfc66d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

6 changes: 0 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

<p>🌩️ StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database that allows users to quickly and easily achieve data persistence by provided an engine to store and access JSON data for NodeJS the browser or Electron.</p>

<a href="https://travis-ci.org/TomPrograms/stormdb">
<img src="https://travis-ci.org/TomPrograms/stormdb.svg?branch=master">
</a>
<a href="https://coveralls.io/github/TomPrograms/stormdb">
<img src="https://coveralls.io/repos/github/TomPrograms/stormdb/badge.svg?branch=master&service=github">
</a>
<a href="https://npmjs.com/package/stormdb">
<img src="https://img.shields.io/npm/v/stormdb?color=green">
</a>
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"read-benchmark": "node benchmarks/readBenchmark.js",
"write-benchmark": "node benchmarks/writeBenchmark.js",
"benchmark": "npm run read-benchmark & npm run write-benchmark",
"test": "mocha ./tests --recursive --exit",
"coverage": "nyc npm run test",
"report-coverage": "nyc report --reporter=text-lcov | coveralls"
"test": "mocha ./tests --recursive --exit"
},
"repository": "TomPrograms/stormdb",
"files": [
Expand Down

0 comments on commit 5dfc66d

Please sign in to comment.