From df624584d8420848bfcb340a62701dcd717867af Mon Sep 17 00:00:00 2001 From: Will Binns-Smith Date: Sun, 27 Sep 2015 22:07:15 -0700 Subject: [PATCH] Add Node v4 I imagine the entry "4" will continue to be the latest stable release of the 4.x line on travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6064ca09..8c17ea84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ node_js: - "0.10" - "0.12" - "iojs" + - "4"