Skip to content

Commit

Permalink
Merge pull request #23 from dadi/patch/various-updates
Browse files Browse the repository at this point in the history
Remove istanbul & semantic release. add nyc
  • Loading branch information
jimlambie committed May 3, 2019
2 parents 6abedef + 5a35ad3 commit 2e68aea
Show file tree
Hide file tree
Showing 5 changed files with 5,099 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,5 @@ node_modules
.DS_Store
coverage/*
scripts/*.svg
config/*.test.json
config/*.test.json
.nyc_output/
10 changes: 3 additions & 7 deletions .travis.yml
Expand Up @@ -3,18 +3,14 @@ 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
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

0 comments on commit 2e68aea

Please sign in to comment.