From f4e403fd77d717c60bccdfd964debea359a37380 Mon Sep 17 00:00:00 2001 From: Thomas Genin Date: Thu, 5 Nov 2015 11:24:03 -0800 Subject: [PATCH] Node v5 is out. Let Travis run the tests with it --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c955782..e59f271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ node_js: - "0.10" - "0.12" - "4" + - "5" branches: only: -- 2.34.1