From 00c8e45bfcd4bb43e6401733944948ba7d3623a9 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Tue, 30 Jul 2019 09:59:05 +0200 Subject: [PATCH] ci: test with stable electron --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f81803c..86d493c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/