Skip to content

Commit

Permalink
Merge pull request #8 from hckrnews/feature/add-scrutinizer
Browse files Browse the repository at this point in the history
Add scrutinizer
  • Loading branch information
w3nl committed Jul 3, 2020
2 parents a755c6d + 7e2be15 commit 8f26716
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1,291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist: trusty
addons:
language: node_js
node_js:
- "12"
- "14"
before_script:
- npm run lint
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Generate a truth table very easy.
The generated truth tables can be used for e.a. test cases, if you would test a lot of situations.

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Scrutinizer Code Quality][scrutinizer-image]][scrutinizer-url]

## Installation

Expand Down Expand Up @@ -91,3 +91,5 @@ https://www.npmjs.com/package/@hckrnews/logic-gates
[travis-image]: https://img.shields.io/travis/hckrnews/truth-table/master.svg
[coveralls-url]: https://coveralls.io/r/hckrnews/truth-table
[coveralls-image]: https://img.shields.io/coveralls/hckrnews/truth-table/master.svg
[scrutinizer-url]: https://scrutinizer-ci.com/g/hckrnews/truth-table/?branch=master
[scrutinizer-image]: https://scrutinizer-ci.com/g/hckrnews/truth-table/badges/quality-score.png?b=master

0 comments on commit 8f26716

Please sign in to comment.