From fbc1f7671d177a4ae46d07d3ec2f1738b115f8a6 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 10 Sep 2020 11:08:38 +0300 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20ignore=20the=20errors=20since?= =?UTF-8?q?=20we=E2=80=99ve=20fixed=20them=20all?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 184a69b81..2c00f4627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,12 @@ jobs: - php: "5.6" script: - - npm run lint || true + - npm run lint - npm run build - php: "7.4" script: - - npm run lint || true + - npm run lint - npm run build notifications: