From 520f7164423314b724a88f13bd96fe124c5cc090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Bly=C5=BE=C4=97?= Date: Mon, 15 Jun 2020 10:14:39 +0300 Subject: [PATCH] fix: typo in .travis.yml When I pass the current version through js-yaml, it tells me that the whitespace there is unexpected. Could this be why the CI no longer works? --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e742da48..835b954fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,10 @@ node_js: - "6.14.1" - "8.11.1" - "9.11.1" - matrix: - include: - - node_js: "4.0" - env: BROWSER=true +matrix: + include: + - node_js: "4.0" + env: BROWSER=true before_install: - npm install -g npm@2.6 - npm install -g karma-cli