From 93912aad22928b17932dadc84ad3c3a067e72c0b Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Wed, 12 Jun 2019 22:15:56 +0200 Subject: [PATCH] changed nodeJS version for travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 587bd3e..98c86f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,3 @@ language: node_js +node_js: + - "8" \ No newline at end of file