From 66799af3a20421744e06b3e5135f2ae9b37ae549 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 28 Feb 2020 14:46:41 -0800 Subject: [PATCH] chore(ci): try to publish 2 things with travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d80b4df10..9614e783ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,10 +38,11 @@ jobs: - node_js: '12' before_deploy: npm run apply-next-version deploy: + - src: "." + - src: "packages/playwright-firefox" provider: npm edge: true email: aslushnikov@gmail.com - src: "." on: branch: master skip_cleanup: true