Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Update dependencies #229

Merged
merged 1 commit into from Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 10 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,16 @@ node_js:
- 12
- node
install: npm install
script: npm run validate
after_success: kcd-scripts travis-after-success
script:
- npm run validate
- npx codecov@3
branches:
only:
- master
- next

jobs:
include:
- stage: release
node_js: 12
script: kcd-scripts travis-release
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,13 +33,13 @@
"environment variable",
"windows"
],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.1"
},
"devDependencies": {
"kcd-scripts": "^4.1.0"
"kcd-scripts": "^5.2.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
Expand Down