1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-18 18:48:45 +02:00
uBlock/.travis.yml

20 lines
573 B
YAML
Raw Normal View History

2015-11-21 17:48:15 +01:00
language: ruby
2015-04-05 15:28:11 +02:00
sudo: false
env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=firefox EXT=xpi
- BROWSER=thunderbird EXT=xpi
script: ./tools/make-${BROWSER}.sh ${TRAVIS_TAG}
2015-04-05 15:28:11 +02:00
deploy:
provider: releases
prerelease: true
2015-04-05 15:28:11 +02:00
api_key:
secure: EnAMNsPbnS2I0JDkCWiY/6WLERsUbE2Ni5j9ap8YbZt4+sJv7aSoufWZ+0TZvSwr/w5MKCCDKhwXaPfbUwvqrI+eZv6LBXhwajK9Zla25FVjtdGCwKXQ3ZU85PHgL+5FYtuSGACmQj/ruAdSgrI7PgS08e5lqSgEk6lY4y3/6fE=
file: dist/build/uBlock0_${TRAVIS_TAG}.${BROWSER}.${EXT}
2015-04-05 15:28:11 +02:00
skip_cleanup: true
on:
repo: gorhill/uBlock
tags: true
all_branches: true