Skip to content

Commit

Permalink
Merge branch 'master' into fix-screenshare-stopping-screenview-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dylonChime authored Dec 11, 2019
2 parents e449bc9 + 55fc3e1 commit b71418d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ addons:
deploy:
provider: script
script: script/deploy-canary-demo
skip_cleanup: true
on:
branch: master
3 changes: 2 additions & 1 deletion script/deploy-canary-demo
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -i
#!/bin/bash
set -o xtrace

repo_path=~/build/aws/amazon-chime-sdk-js
cd $repo_path/demos/browser
Expand Down

0 comments on commit b71418d

Please sign in to comment.