diff --git a/.travis.yml b/.travis.yml index e1a74028bd..8bc6c63812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,6 @@ addons: deploy: provider: script script: script/deploy-canary-demo + skip_cleanup: true on: branch: master \ No newline at end of file diff --git a/script/deploy-canary-demo b/script/deploy-canary-demo index a979701297..628564731b 100644 --- a/script/deploy-canary-demo +++ b/script/deploy-canary-demo @@ -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