1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-09 14:53:32 +12:00
uMatrix/.travis.yml
2017-11-15 07:02:04 -05:00

18 lines
502 B
YAML

sudo: false
env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=webext EXT=xpi
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases
prerelease: true
api_key:
secure: eQgPAHH6PKu2dLK+NafxwLl66t0cyW5x5NZFquOwsNMal5nsfof7lyXj2F0Q0vUpGeI21MOipBI8UGv5oXPoiXnr0fhEbEBz65C9vypK61WkDCQVGVeZVNGQwSXUm6gD2EzpPgTCIs52+7dKCDJ3stXzdimOiOTYs4WMNKKarFM=
file: dist/build/uMatrix.${BROWSER}.${EXT}
skip_cleanup: true
on:
repo: gorhill/uMatrix
tags: true
all_branches: true