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
node_js:
- '4'
- stable
- "4"
- "node"
sudo: false
cache:
directories: