From 2569baaa590def57c889f16868ff6f182932883f Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Wed, 21 Dec 2016 09:20:18 -0500 Subject: [PATCH] Fix "stable" specifier for Travis This shorthand has become unrecognized, so match the docs suggestion of "node" for the most recent stable release. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7d7d40e4..3b44f442b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: -- '4' -- stable +- "4" +- "node" sudo: false cache: directories: