mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
ci: test with stable electron
This commit is contained in:
parent
fe8fb8ceca
commit
00c8e45bfc
1 changed files with 6 additions and 2 deletions
|
|
@ -18,10 +18,14 @@ matrix:
|
|||
os: windows
|
||||
script: npm test
|
||||
node_js: node
|
||||
- name: "Test Suite - Electron build"
|
||||
- name: "Test Suite - Electron - 6.0.0"
|
||||
language: node_js
|
||||
node_js: stable
|
||||
script: xvfb-run npx electron@beta ./test/electron
|
||||
script: xvfb-run npx electron@6.0.0 ./test/electron
|
||||
- name: "Test Suite - Electron - ^6.0.0"
|
||||
language: node_js
|
||||
node_js: stable
|
||||
script: xvfb-run npx electron@6 ./test/electron
|
||||
- name: "Test Suite - Node.js Nightly build"
|
||||
language: minimal
|
||||
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/
|
||||
|
|
|
|||
Loading…
Reference in a new issue