Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 2d7e11c

Browse files
committed
(#5) Added Electron 9 and 10 to Travis config
1 parent 71cea4a commit 2d7e11c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

+24
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ matrix:
5353
- TARGET=8.0.0
5454
- BUILD_TASK=prebuild
5555
- RUNTIME=electron
56+
- os: linux
57+
node_js: 12
58+
env:
59+
- TARGET=9.0.0
60+
- BUILD_TASK=prebuild
61+
- RUNTIME=electron
62+
- os: linux
63+
node_js: 12
64+
env:
65+
- TARGET=10.0.0
66+
- BUILD_TASK=prebuild
67+
- RUNTIME=electron
5668
- os: osx
5769
node_js: 12
5870
env:
@@ -89,6 +101,18 @@ matrix:
89101
- TARGET=8.0.0
90102
- BUILD_TASK=prebuild
91103
- RUNTIME=electron
104+
- os: osx
105+
node_js: 12
106+
env:
107+
- TARGET=9.0.0
108+
- BUILD_TASK=prebuild
109+
- RUNTIME=electron
110+
- os: osx
111+
node_js: 12
112+
env:
113+
- TARGET=10.0.0
114+
- BUILD_TASK=prebuild
115+
- RUNTIME=electron
92116

93117
before_install:
94118
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

0 commit comments

Comments
 (0)