From 19b6292dac229018b54a6bd7a0b1a1e2942952f0 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 4 Apr 2019 09:58:38 +0200 Subject: [PATCH] chore: fix lint issue in travis config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c6fd698919a..aa57b3e56377 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ node_js: - '10' branches: - only: - - master + only: + - master before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash