From 3b83c39ac99ffe2d72063f4442e598166b064224 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Thu, 3 Nov 2016 13:42:58 +0100 Subject: [PATCH] Test in travis with Node 5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccd63ae..3792107 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: - linux - osx node_js: - - "6" + - "5.11" - "6.1" before_script: - npm install -g eslint eslint-plugin-react