From 73d93b9f6df091fc1d845ae17094cdc807119435 Mon Sep 17 00:00:00 2001 From: Dimitri DO BAIRRO Date: Thu, 19 Apr 2018 10:29:40 +0200 Subject: [PATCH] chore(.travis.yml) node versions updated --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9879ccc..c5eba4bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: - - "6" - - "5" - - "4" + - 4 + - 6 + - 8 + - 9