Skip to content

Commit

Permalink
remove obsolete electron4 and update electron versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arantes555 committed Nov 16, 2020
1 parent 9d0ae2d commit d7188a9
Show file tree
Hide file tree
Showing 3 changed files with 769 additions and 460 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@ jobs:
env: FORMDATA_VERSION=1.0.0
- node_js: "12"
env: FORMDATA_VERSION=2.5.1
- node_js: "12"
env: ELECTRON_VERSION=4.2.12
- node_js: "12"
env: ELECTRON_VERSION=5.0.13
- node_js: "12"
env: ELECTRON_VERSION=6.1.12
- node_js: "12"
env: ELECTRON_VERSION=7.3.3
- node_js: "12"
env: ELECTRON_VERSION=8.5.1
env: ELECTRON_VERSION=8.5.3
- node_js: "12"
env: ELECTRON_VERSION=9.3.0
env: ELECTRON_VERSION=9.3.4
- node_js: "12"
env: ELECTRON_VERSION=10.1.1
env: ELECTRON_VERSION=10.1.5

before_script:
- 'if [ "$FORMDATA_VERSION" ]; then npm install form-data@^$FORMDATA_VERSION; fi'
Expand Down
Loading

0 comments on commit d7188a9

Please sign in to comment.