From 3e04f0adb174f0a7ce498f794fa0cbbeeeda142f Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Mon, 12 Oct 2020 18:11:38 +0200 Subject: [PATCH] ci(travis): update to allow publishing on next and next-major branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5fe30174..72629d4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: fast_finish: true include: - stage: release - if: branch = master + if: branch IN (master, next, next-major) node_js: lts/* script: skip deploy: