mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 20:26:36 +00:00
Only target v4 in CI servers
We're only targetting Electron, which uses only modern versions of NodeJS.
This commit is contained in:
parent
79ebe75472
commit
568cae7ded
@ -3,9 +3,6 @@ notifications:
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4.0"
|
- "4.0"
|
||||||
- "0.12"
|
|
||||||
- "0.10"
|
|
||||||
- "iojs"
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g electron-prebuilt
|
- npm install -g electron-prebuilt
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -11,8 +11,6 @@ cache:
|
|||||||
# what combinations to test
|
# what combinations to test
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: 0.10
|
|
||||||
- nodejs_version: 0.12
|
|
||||||
- nodejs_version: 4
|
- nodejs_version: 4
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user