From e1360711ab953048ab49371702cb71fdde476ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Sun, 17 Mar 2019 22:51:37 +0100 Subject: [PATCH] Set target-branch to master --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e05973..bbb4c42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,16 @@ node_js: deploy: provider: pages skip-cleanup: true + target-branch: master github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: true local-dir: dist on: - branch: master + branch: develop branches: only: - master + develop script: - npm run lint