diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a6c2e01..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: node_js -node_js: - - "10.15" - - "11.15" - - "12.3" -cache: - directories: - - node_modules -script: - - npm test - - npm run coverage - - npm run report-coverage -after_success: - coveralls < ./coverage/lcov.info \ No newline at end of file diff --git a/Readme.md b/Readme.md index 943da91..5aa9720 100644 --- a/Readme.md +++ b/Readme.md @@ -3,12 +3,6 @@

🌩️ 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.

- - - - - - diff --git a/package.json b/package.json index fd37fbc..737919a 100644 --- a/package.json +++ b/package.json @@ -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": [