Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
build(deps): bump async from 2.6.1 to 3.1.0 (#98)
Browse files Browse the repository at this point in the history
* Bump async from 2.6.1 to 3.1.0

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.1.0.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* chore: clean up to fix travis

Co-authored-by: Lucas Hrabovsky <[email protected]>
  • Loading branch information
dependabot-preview[bot] and imlucas committed Jan 21, 2020
1 parent 28981c0 commit 4c5b008
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 998 deletions.
174 changes: 0 additions & 174 deletions .jsfmtrc

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
test/
.eslintrc
.jsfmtrc
.travis.yml
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
sudo: false
dist: bionic
language: node_js
node_js:
- 5
- 6
- 7
- node

- 12.4.0
install:
- npm ci
script:
- npm run ci
- npm run check
- npm test

cache:
directories:
- node_modules
cache: npm
Loading

0 comments on commit 4c5b008

Please sign in to comment.