From 01a0d1eb492b439dc05be27cbc4585b4ffda4ad2 Mon Sep 17 00:00:00 2001 From: Yuval Keidar <48407737+Yuvalke@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:09:19 +0300 Subject: [PATCH] build: missing yarn in commit command (#122) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb9bdb93..588d1f41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ jobs: script: - git checkout master - yarn install - - yarn run build && commit:dist + - yarn run build && yarn commit:dist - git push https://$GH_TOKEN@github.com/kaltura/playkit-js-providers "master" > /dev/null 2>&1 # Required tests - stage: Tests