From e52ce83ad7f69fbe270f4d0f837405c0227fbecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Fri, 24 May 2019 14:51:23 +0200 Subject: [PATCH] Allow builds on other branches --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5fa2e8..48abff8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,5 @@ language: node_js node_js: - "node" # Latest stable Node.js release -branches: - only: - master - script: - npm run lint