From 964c30bc896bc2beb0e5b2eb5109f39b1b3bb65a Mon Sep 17 00:00:00 2001 From: Chris Schmich Date: Sat, 28 Oct 2017 01:26:52 -0500 Subject: [PATCH] Fix deploy script path. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b88384..651e64f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: - LOCALES_PATH: src/_locales deploy: provider: script - script: bash ./deploy/chrome-extension-localization/deploy.sh + script: bash ./deploy/chrome-extension-localization/deploy/deploy.sh skip_cleanup: true on: branch: master