Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #74 from andrenatal/fix-travis-dev-release-deploy
Browse files Browse the repository at this point in the history
fix travis deploy
  • Loading branch information
andrenatal authored Jul 20, 2017
2 parents af38cb0 + db920c3 commit b2ef75a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ dist: trusty
script:
- npm install
- npm run build
before_deploy:
- npm run package
deploy:
provider: releases
api_key:
secure: Xg3Ju8R9VaZYChPkoz/MVij/RH0/6vSEc1I0SbxwhrVSIO8K01QXFPwKk+AF+eAl5qsNnDZgdS63h+6v4AUG9EMpP15NnI/+FPNeYjnBAB5TSXjvNGdcFLn3E4q4GpIFq4hoI1n7PjPYgJIosWGI3OdO7XO1H0o16+xmWWWGCYaqOrMNvUg2pqSdAkrzqAyeuIQ2rk5Uce4E3545DzgI5UcRkVkD3KRBfgdbwBkAMpfG6RbkG8jbjrYjoD3DsjkuZQscOgSj1o2z3HvcFJkChSvEfxMUnn0tyIrwxzcrBhne7Rzqe/SQg/Wwj5F4dv1qN7XCRJsqOFC80ggYWqSeoin8ajFm6XINaw6h5OgsybIEUsrmJxMYkbwGxkRxsLNJ8WOq9hDHaBNy34y8woIWO3rD7VLHcUUd/OCZ9t2/ZlfkcCsFcFaq3LDwV52hCiawSA9IEMAIhbvTcfZ/iySz3bspvlG/MofBIKV7eYdd2OAyWh26vgsA9d0MYUf/wKVlFT83qHXNNUOl8KspUGEb3RG7zKhCLQn8iiEYRqrdMJmULDx1wy3oRooZPi7Br/hhJtMxMoHXU8q+lgTrQzdmBTJ3a/yb6So8CzQ01r8tbykBVhR89AAfQb/MGaNZIDgMBmHDQGPl296qqCVZZnleKDoZQffjt/8VsoskL7u6DwM=
file: web-ext-artifacts/speak-to-me-1.0.xpi
file: addon.xpi
skip_cleanup: true
on:
repo: mozilla/speaktome
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "This is a simple WebExtension that adds support to use Speech To Text as an input method in web pages.",
"version": "1.0.0",
"author": {
"name": "Fabrice Desré",
"url": "https://github.com/fabricedesre"
"name": "Andre Natal & Fabrice Desré",
"url": "https://github.com/mozilla/speaktome"
},
"bugs": {
"url": "https://github.com/mozilla/speaktome/issues"
Expand Down

0 comments on commit b2ef75a

Please sign in to comment.