Remove node 6 from the test matrix

It has never caught any issue in practice and is making the whole test suite consume 1/3 more cpu as a result.
master
Christopher Chedeau 2017-06-21 13:39:45 -07:00 committed by GitHub
parent 5c61036fab
commit 767138ce6c
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
language: node_js language: node_js
node_js: node_js:
- 4 - 4
- 6
- stable - stable
cache: cache:
yarn: true yarn: true