aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-04-05 09:28:11 -0400
committergorhill <rhill@raymondhill.net>2015-04-05 09:28:11 -0400
commitccaa674a34771d7c0cdf4b050ea9694a49a5252b (patch)
tree01ada9648df582217f0baa496e998f1e69667030 /.travis.yml
parent803dfee9bda6c1b2bdecab3380c15b7c68205f4b (diff)
downloaduBlock-ccaa674a34771d7c0cdf4b050ea9694a49a5252b.zip
uBlock-ccaa674a34771d7c0cdf4b050ea9694a49a5252b.tar.gz
uBlock-ccaa674a34771d7c0cdf4b050ea9694a49a5252b.tar.bz2
bring travis back
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..48196fa
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+sudo: false
+env:
+ matrix:
+ - BROWSER=chromium EXT=zip
+ - BROWSER=firefox EXT=xpi
+script: ./tools/make-${BROWSER}.sh all
+deploy:
+ provider: releases
+ api_key:
+ secure: EnAMNsPbnS2I0JDkCWiY/6WLERsUbE2Ni5j9ap8YbZt4+sJv7aSoufWZ+0TZvSwr/w5MKCCDKhwXaPfbUwvqrI+eZv6LBXhwajK9Zla25FVjtdGCwKXQ3ZU85PHgL+5FYtuSGACmQj/ruAdSgrI7PgS08e5lqSgEk6lY4y3/6fE=
+ file: dist/build/uBlock.${BROWSER}.${EXT}
+ skip_cleanup: true
+ on:
+ repo: gorhill/uBlock
+ tags: true
+ all_branches: true