From 51234f6167366d95a92b034ab84a796d09814de9 Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Fri, 8 May 2020 17:43:04 -0400 Subject: [PATCH] Update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06ac515a..22ec51b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - "10" + - "12" cache: yarn: true