1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 11:43:21 +12:00
uMatrix/.travis.yml

18 lines
502 B
YAML
Raw Normal View History

2015-04-11 02:06:46 +12:00
sudo: false
env:
matrix:
- BROWSER=chromium EXT=zip
2017-08-09 08:46:14 +12:00
- BROWSER=webext EXT=xpi
2015-04-11 02:06:46 +12:00
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases
2017-03-30 06:57:21 +13:00
prerelease: true
2015-04-11 02:06:46 +12:00
api_key:
secure: eQgPAHH6PKu2dLK+NafxwLl66t0cyW5x5NZFquOwsNMal5nsfof7lyXj2F0Q0vUpGeI21MOipBI8UGv5oXPoiXnr0fhEbEBz65C9vypK61WkDCQVGVeZVNGQwSXUm6gD2EzpPgTCIs52+7dKCDJ3stXzdimOiOTYs4WMNKKarFM=
file: dist/build/uMatrix.${BROWSER}.${EXT}
skip_cleanup: true
on:
repo: gorhill/uMatrix
tags: true
all_branches: true