Skip to content

Commit

Permalink
chore: dependency updates (#1341)
Browse files Browse the repository at this point in the history
* chore: dependency updates

- ensure correct webui is used (clean before each build)
- switch to latest electron and electron-builder
  (CI uses npm ci due to package-lock.json)
  - latest electron-builder includes fixes needed for notariztion of mac artifact
    (#1211)
- switch to future-proof multiaddr-to-uri
- fix CI: cache downloaded electron and electron-builder artifacts
  • Loading branch information
lidel authored Feb 3, 2020
1 parent 6cb117e commit 92fcdd0
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 436 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ os:

osx_image: xcode11

cache:
directories:
- $HOME/.npm
- $HOME/.cache/electron
- $HOME/.cache/electron-builder

before_cache:
- rm -rf $HOME/.cache/electron-builder/wine

before_script:
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down
Loading

0 comments on commit 92fcdd0

Please sign in to comment.