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 4471d8a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 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
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"chai-as-promised": "^7.1.1",
"codecov": "^3.7.2",
"cross-env": "^7.0.2",
"electron": "^10.1.1",
"electron": "^10.1.5",
"electron-mocha": "^9.1.0",
"form-data": "^3.0.0",
"is-builtin-module": "^3.0.0",
Expand Down

0 comments on commit 4471d8a

Please sign in to comment.