From ca0513396d810d7239f82de67f942acc834982bb Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Wed, 11 Sep 2019 18:59:44 +0200 Subject: [PATCH] Investigation of build issues --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd1f0560e..0c79c7904 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: trusty language: node_js node_js: - - "10" + - "8" script: - yarn test --coverage - yarn e2e