Skip to content

Commit

Permalink
feat(deps): upgrade all dependencies
Browse files Browse the repository at this point in the history
This also fixes an issue with non-readable directories (@aboviq/readdir-recursive ^1.2.2)
  • Loading branch information
joakimbeng committed Dec 19, 2019
1 parent 6e1586e commit 37948ad
Show file tree
Hide file tree
Showing 4 changed files with 6,260 additions and 6,278 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ cache:
- ~/.npm
node_js:
- 'lts/*'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
script:
- commitlint-travis
- npm test
stages:
- verify
- test
- name: deploy
if: branch = master
jobs:
include:
- stage: verify
script: commitlint-travis
- stage: test
script: npm test
- stage: deploy
script: npm run semantic-release
Loading

0 comments on commit 37948ad

Please sign in to comment.