From b51b39b78d85841a5659778917f240d407fdbce1 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 30 Sep 2020 01:24:44 +0200 Subject: [PATCH] test: use Node.js 10 for the browser tests It seems there is something wrong with newer versions (the CI seems stuck). Let's pin the version for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d01efa3..d6cccc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ git: depth: 1 matrix: include: - - node_js: node + - node_js: 10 env: BROWSERS=1 cache: directories: