Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Updates to new buffer version among other things to reduce the amount
of bloat in browser bundles.
  • Loading branch information
achingbrain committed Apr 26, 2021
1 parent f8b6b76 commit 4be6e56
Show file tree
Hide file tree
Showing 20 changed files with 34,516 additions and 5,840 deletions.
24 changes: 14 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
language: node_js
cache: npm
stages:
- check
- test
- cov
cache: false
dist: bionic

branches:
only:
- master
- /^release\/.*$/

node_js:
- '10'
- '12'
- 'lts/*'
- 'node'

stages:
- check

os:
- linux
- osx
- windows

script: npx nyc -s npm run test:node -- --bail
script: npx aegir test -t node --bail --cov
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

jobs:
include:
- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint

Expand All @@ -35,7 +39,7 @@ jobs:
name: firefox
addons:
firefox: latest
script: npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
script: npx aegir test -t browser -t webworker -- --browser firefox

notifications:
email: false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4be6e56

Please sign in to comment.