mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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
|
||||
node_js:
|
||||
- "4.0"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
- "iojs"
|
||||
before_script:
|
||||
- npm install -g electron-prebuilt
|
||||
notifications:
|
||||
|
@ -11,8 +11,6 @@ cache:
|
||||
# what combinations to test
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: 0.10
|
||||
- nodejs_version: 0.12
|
||||
- nodejs_version: 4
|
||||
|
||||
install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user