From 707166e36d38abe2f06c1e668c4b6ba265325605 Mon Sep 17 00:00:00 2001 From: Patricio Palladino Date: Tue, 14 May 2019 12:56:16 -0300 Subject: [PATCH] Enable node 12 in travis ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a384f24b4b..1b20d57576 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - "8" - "10" - "11" + - "12" install: - npm ci @@ -18,4 +19,4 @@ cache: npm branches: only: - - master \ No newline at end of file + - master