From e9417e76cc4e6bb53c4e432450d3a267dfb9a77c Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 5 Dec 2019 16:14:33 +0100 Subject: [PATCH] ci: Do not run full lint on release branches It's good enough to validate it in context of PR's --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e55801811..8e042ccde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,12 +73,9 @@ jobs: - npm test -- -b # master or release-fast-track branch - - name: 'Lint, Unit Tests - Node.js v12' + - name: 'Unit Tests - Node.js v12' if: type != pull_request node_js: 12 - script: - - npm run lint - - npm test -- -b - name: 'Unit Tests - Node.js v12' os: windows