Only target v4 in CI servers

We're only targetting Electron, which uses only modern versions of
NodeJS.
This commit is contained in:
Juan Cruz Viotti 2016-01-18 14:05:28 -04:00
parent 79ebe75472
commit 568cae7ded
2 changed files with 0 additions and 5 deletions

View File

@ -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:

View File

@ -11,8 +11,6 @@ cache:
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 4
install: