Skip to content

Commit

Permalink
build: upgrade provider version to master on canary version (#361)
Browse files Browse the repository at this point in the history
Issue: provider doesn't update on the canary version.
Solution: point the version against the master will fetch the updated code.
  • Loading branch information
Yuvalke authored Oct 5, 2020
1 parent 3d28fa2 commit 88435a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- yarn upgrade @playkit-js/playkit-js-dash@canary
- yarn upgrade @playkit-js/playkit-js-hls@canary
- yarn upgrade @playkit-js/playkit-js-ui@canary
- yarn upgrade playkit-js-providers@https://github.com/kaltura/playkit-js-providers.git#master
- yarn install
- yarn run build:ovp && yarn run build:ott && npm run commit:dist
- git push https://$GH_TOKEN@github.com/kaltura/kaltura-player-js "master" > /dev/null 2>&1
Expand Down

0 comments on commit 88435a5

Please sign in to comment.