From fce074a7b83f19435fe1d90f3b34e83153322fc1 Mon Sep 17 00:00:00 2001 From: Voellmy Raphael Date: Sun, 7 Jun 2020 14:42:42 +0200 Subject: [PATCH] build(travis): remove node version 11 and add version 13 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9807a22..abc0978 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ notifications: email: false node_js: - '10' - - '11' - '12' + - '13' script: - yarn test:prod && yarn build after_success: