Skip to content

Commit

Permalink
Merge pull request #61 from dadi/patch/readme-update
Browse files Browse the repository at this point in the history
Remove Greenkeeper and Istanbul - add Nyc
  • Loading branch information
eduardoboucas committed Jun 17, 2019
2 parents e6e30e8 + 1731629 commit fd86bf2
Show file tree
Hide file tree
Showing 5 changed files with 6,939 additions and 3,241 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.DS_Store
coverage/*
config/mongodb.test.json
config/mongodb.test.json
.nyc_output/
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cache:
notifications:
email: false
node_js:
- '10'
- '8'
- '6'
- '10'
- 'lts/*'
before_script:
- npm prune
after_success:
Expand All @@ -17,4 +17,3 @@ branches:
- /^v\d+\.\d+\.\d+$/
services:
- mongodb
before_install: if [[ `npm -v` != 5* ]]; then npm i -g npm@latest; fi
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Build Status](https://travis-ci.org/dadi/api-mongodb.svg?branch=master)](https://travis-ci.org/dadi/api-mongodb)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![Greenkeeper badge](https://badges.greenkeeper.io/dadi/api-mongodb.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/github/dadi/api-mongodb/badge.svg)](https://snyk.io/test/github/dadi/api-mongodb)

## Requirements
Expand Down
Loading

0 comments on commit fd86bf2

Please sign in to comment.