Skip to content

Commit

Permalink
Merge branch 'chore/july-eom-tidy'
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jul 14, 2020
2 parents 0301444 + 48a9d38 commit 6d307dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .prettierignore

This file was deleted.

6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ branches:
script: echo "Running tests against $(node -v)..."

jobs:
allow_failures:
- os: osx
include:
- stage: Produce Coverage
node_js: node
node_js: lts/*
os: windows
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- stage: NPM release
node_js: node
node_js: lts/*
os: linux
deploy:
provider: npm
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"doc": "jsdoc2md src/index.js > API.md && prettier API.md --write",
"dupe-check": "yarn jsinspect ./src",
"jest": "jest src --coverage",
"lint": "eslint . --cache --ext js,jsx,ts,tsx",
"prettier": "prettier . --write",
"lint": "eslint . --cache --ext js,jsx,ts,tsx --ignore-path .gitignore",
"prettier": "prettier . --write --ignore-path .gitignore",
"test": "yarn lint && yarn test-only",
"test-coverage": "cross-env NODE_ENV=test jest --coverage --runInBand",
"test-only": "cross-env NODE_ENV=test jest --detectOpenHandles --runInBand"
Expand Down

0 comments on commit 6d307dc

Please sign in to comment.