From 7b9ab2af97037fdf7a30d69eec470704727c01f1 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Wed, 6 Dec 2017 22:29:12 +1100 Subject: [PATCH] chore(build): update build for 4.x.x release candidates --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cdea94016..0a00d04e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ deploy: skip_cleanup: true on: tags: true - branch: master + branch: 4.x.x node: '6' - provider: npm email: pact-foundation@googlegroups.com @@ -41,12 +41,12 @@ deploy: skip_cleanup: true on: tags: true - branch: master + branch: 4.x.x node: '6' - provider: script skip_cleanup: true script: npm publish dist --access public on: - branch: master + branch: 4.x.x tags: true node: '6'