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: