Skip to content

Commit

Permalink
chore: update deps (#53)
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 27, 2021
1 parent f8b6b76 commit c31a142
Show file tree
Hide file tree
Showing 20 changed files with 40,643 additions and 12,550 deletions.
30 changes: 19 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
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
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
env:
# This stops Windows builds from hanging
# https://travis-ci.community/t/timeout-after-build-finished-and-succeeded/1336
- YARN_GPG=no

script: npx aegir test -t node --bail

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

Expand All @@ -35,7 +43,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 c31a142

Please sign in to comment.