From 45125b192adbc9993a78c2ef8c18a89c1e5d98f1 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Tue, 31 Dec 2019 20:25:52 +0530 Subject: [PATCH] travis.yml - Add node 10, remove 8 Typescript-eslint was failing earlier as somehow 8 is not supported --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 984658c..856a47c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - 9 - - 8 + - 10