From 928ca5ca648af64c349817be1e76037a0c1ca646 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Sat, 7 Dec 2019 10:52:23 -0300 Subject: [PATCH] Remove Node 8 from tests and try with 10 Travis CI failed with Node 8 because of isometric-webcrypto --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ac5755..084514a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js node_js: - - "8" + - "10" - "12" script: npm run ci