Fix "stable" specifier for Travis

This shorthand has become unrecognized, so match the docs suggestion of "node" for the most recent stable release.
This commit is contained in:
Ray Schamp 2016-12-21 09:20:18 -05:00
parent 3989959ebf
commit 2569baaa59

View file

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '4' - "4"
- stable - "node"
sudo: false sudo: false
cache: cache:
directories: directories: