aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-15 10:57:16 -0500
committergorhill <rhill@raymondhill.net>2015-01-15 10:57:16 -0500
commit5134f6e2433a03d7f88596ea34eb2700f11f5353 (patch)
tree8affd8eb04885551bdb5b740623f12b5f8f0496a /.travis.yml
parentdd0137cc70b5e7c2ee59bd1fdfe4f25e3b639dbc (diff)
downloaduBlock-5134f6e2433a03d7f88596ea34eb2700f11f5353.zip
uBlock-5134f6e2433a03d7f88596ea34eb2700f11f5353.tar.gz
uBlock-5134f6e2433a03d7f88596ea34eb2700f11f5353.tar.bz2
github API key
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 861c818..b7cf564 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,10 @@ script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases
api_key:
- secure: TODO: your key here!
+ secure: BCCzIkUFHKotFPABHqPHHyPP8O6ZTPmtt6Ja/JltfO9XBwf6pk9jRiNuRmx5AeETGE2BpojvfqW622q9lCOpgtBit6xkHQC/r2NKt35qMBIPgGCb7GUr5KK7lHNTVOviK9gsOuxcVTeYw3w+zmGLUTpjieELgn4tyz9E8DcOeHE=
file: dist/build/uBlock.${BROWSER}.${EXT}
skip_cleanup: true
on:
repo: gorhill/uBlock
tags: true
- all_branches: true
+ all_branches: true \ No newline at end of file