From 3ab04d399da0efe7abd4dccb3110411f04ce1191 Mon Sep 17 00:00:00 2001 From: vendethiel Date: Mon, 15 Apr 2019 22:30:01 +0200 Subject: [PATCH] update nodejs versions for travis --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4596ab..e64616c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ -node_js: -- "0.8" -- "0.10" -- "0.12" -- "iojs" language: node_js +node_js: +- "6.14" +- "7.10" +- "8.12" \ No newline at end of file