Skip to content

Commit

Permalink
chore: remove istanbul & semantic release. add nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmacp committed May 2, 2019
1 parent 6abedef commit 03d3d24
Show file tree
Hide file tree
Showing 5 changed files with 5,097 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.DS_Store
coverage/*
scripts/*.svg
config/*.test.json
config/*.test.json
.nyc_output/
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ cache:
directories:
- node_modules
notifications:
slack: dadi:pnhiL60xOrm7GOglHUmb7xHK
email: false
node_js:
- 'node'
- 'lts/*'
- '8'
- '10'
- 'lts/*'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
services:
- mongodb
before_install: if [[ `npm -v` != 3* ]]; 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 @@ -4,7 +4,6 @@
[![Coverage Status](https://coveralls.io/repos/github/dadi/api-filestore/badge.svg?branch=master)](https://coveralls.io/github/dadi/api-filestore?branch=master)
[![Build Status](https://travis-ci.org/dadi/api-filestore.svg?branch=master)](https://travis-ci.org/dadi/api-filestore)
[![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)

## Requirements

Expand Down
Loading

0 comments on commit 03d3d24

Please sign in to comment.