Disable node 6 (#29832)

* Disable node 6

It exits LTS in a couple of months, and doesn't support async/await,
meaning that it blocks us from switching Travis to use gulp instead of
jake.

* Swap in node 8 for node 6
This commit is contained in:
Nathan Shively-Sanders
2019-02-13 12:57:35 -08:00
committed by GitHub
parent 6d2b738bd8
commit ad7702f15a

View File

@@ -3,7 +3,7 @@ language: node_js
node_js:
- 'node'
- '10'
- '6'
- '8'
sudo: false