Merge pull request #93 from resin-io/misc/ci-iojs

Only target v4 in CI servers
This commit is contained in:
Juan Cruz Viotti 2016-01-18 14:48:45 -04:00
commit b8cb722ad6
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: