Skip to content

Commit

Permalink
Merge 082a5bb into b40fd26
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmacp committed May 3, 2019
2 parents b40fd26 + 082a5bb commit cee4152
Show file tree
Hide file tree
Showing 6 changed files with 3,156 additions and 1,265 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
.DS_Store
node_modules
coverage/
scripts/coverage.svg
scripts/coverage.svg
.nyc_output/
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,12 +3,12 @@ cache:
directories:
- ~/.npm
notifications:
slack: dadi:pnhiL60xOrm7GOglHUmb7xHK
email: false
node_js:
- '8'
- '6'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- '10'
- 'lts/*'
branches:
except:
- /^v\d+\.\d+\.\d+$/
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -3,9 +3,8 @@
> Create JSON error objects for DADI applications
[![npm (scoped)](https://img.shields.io/npm/v/@dadi/format-error.svg?maxAge=10800&style=flat-square)](https://www.npmjs.com/package/@dadi/format-error)
[![coverage](https://img.shields.io/badge/coverage-98%25-brightgreen.svg?style=flat-square)](https://github.com/dadi/format-error)
[![Coverage Status](https://coveralls.io/repos/github/dadi/format-error/badge.svg?branch=master)](https://coveralls.io/github/dadi/format-error?branch=master)
[![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)

## Overview

Expand Down

0 comments on commit cee4152

Please sign in to comment.