Skip to content

Commit

Permalink
Fix deploy script path.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmich committed Oct 28, 2017
1 parent 99dfca1 commit 964c30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 964c30b

Please sign in to comment.