2015-11-21 09:48:15 -07:00
|
|
|
language: ruby
|
2015-04-05 07:28:11 -06:00
|
|
|
sudo: false
|
|
|
|
env:
|
|
|
|
matrix:
|
|
|
|
- BROWSER=chromium EXT=zip
|
|
|
|
- BROWSER=firefox EXT=xpi
|
|
|
|
script: ./tools/make-${BROWSER}.sh all
|
|
|
|
deploy:
|
|
|
|
provider: releases
|
2016-10-24 12:01:01 -06:00
|
|
|
# https://github.com/travis-ci/travis-ci/issues/6772
|
|
|
|
edge:
|
|
|
|
branch: releases-fix
|
2015-04-05 07:28:11 -06:00
|
|
|
api_key:
|
|
|
|
secure: EnAMNsPbnS2I0JDkCWiY/6WLERsUbE2Ni5j9ap8YbZt4+sJv7aSoufWZ+0TZvSwr/w5MKCCDKhwXaPfbUwvqrI+eZv6LBXhwajK9Zla25FVjtdGCwKXQ3ZU85PHgL+5FYtuSGACmQj/ruAdSgrI7PgS08e5lqSgEk6lY4y3/6fE=
|
2015-04-09 09:34:24 -06:00
|
|
|
file: dist/build/uBlock0.${BROWSER}.${EXT}
|
2015-04-05 07:28:11 -06:00
|
|
|
skip_cleanup: true
|
|
|
|
on:
|
|
|
|
repo: gorhill/uBlock
|
|
|
|
tags: true
|
|
|
|
all_branches: true
|