Skip to content

Commit

Permalink
build: kava canary change provider dep to master (#87)
Browse files Browse the repository at this point in the history
Issue: kava canary has a fixed version of providers.
Solution: canary version will build with providers master.
  • Loading branch information
Yuvalke authored Nov 1, 2020
1 parent 5a9452c commit 5c0ce96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
- stage: Release canary
if: (branch = master) AND (type != pull_request) AND commit_message !~ /^chore\(release\)/
env: TRAVIS_MODE=releaseCanary
before_script:
- yarn remove playkit-js-providers
- yarn add playkit-js-providers@https://github.com/kaltura/playkit-js-providers.git#master -P
- yarn add playkit-js-providers@https://github.com/kaltura/playkit-js-providers.git#master -D
- yarn install
deploy:
provider: npm
api_key: $NPM_TOKEN
Expand Down

0 comments on commit 5c0ce96

Please sign in to comment.