1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 14:17:11 +02:00
uBlock/.travis.yml

18 lines
502 B
YAML
Raw Normal View History

2015-01-23 21:49:48 +01:00
language: ruby
2015-01-14 08:51:16 +01:00
sudo: false
env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=firefox EXT=xpi
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases
api_key:
2015-04-02 05:47:52 +02:00
secure: aoUrSk4xrLG21zoYmguLG4GofniXYrlplmvhoJ5LNMXLmJfXG3K6DkbA2JO7Oodb25Z2qLgwm5kmAg8GdSfm7HGsni+S3Ih5lsD/kKdCqVx41cWWRN7rCfpeM/NwpndE5a4pvOm9zLhuWWbzBy7baNefSjVNTSgDx92RH2MepmM=
2015-01-14 08:51:16 +01:00
file: dist/build/uBlock.${BROWSER}.${EXT}
skip_cleanup: true
on:
2015-04-02 05:47:52 +02:00
repo: chrisaljoudi/uBlock
2015-01-14 08:51:16 +01:00
tags: true
2015-04-02 05:47:52 +02:00
all_branches: true