From 4b5ccc5d748847f47cb2189077c21b1d9fab74ee Mon Sep 17 00:00:00 2001 From: Zoltan Date: Tue, 18 Dec 2018 20:21:09 +0000 Subject: [PATCH] run the tests with node11 as well --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 52929afdd..47926fc7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: - "6" - "8" - "10" + - "11" sudo: required install: - yarn install