We're testing on four different node versions. Here's what the Node Foundation LTS info says:
0.10 is EOL
0.12 is EOL
v4 is in maintenance mode
v5 has no LTS (odd versions aren't marked as stable)
For the sake of avoiding odd failures in outdated v8 versions, let's remove 0.x & v5 versions of node from the .travis.yml file and add v6, which is the current active stable version of node.
We're testing on four different node versions. Here's what the Node Foundation LTS info says:
For the sake of avoiding odd failures in outdated v8 versions, let's remove 0.x & v5 versions of node from the .travis.yml file and add v6, which is the current active stable version of node.
cc @tcql @springmeyer @rclark