1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-06 13:23:26 +12:00
uMatrix/.travis.yml

18 lines
529 B
YAML
Raw Normal View History

2015-04-11 02:06:46 +12:00
sudo: false
env:
matrix:
- BROWSER=chromium EXT=zip
2018-08-26 04:05:55 +12:00
- BROWSER=firefox EXT=xpi
2019-12-26 03:30:34 +13:00
script: "./tools/make-${BROWSER}.sh ${TRAVIS_TAG}"
2015-04-11 02:06:46 +12:00
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=
2019-12-26 03:30:34 +13:00
file: dist/build/uMatrix_${TRAVIS_TAG}.${BROWSER}.${EXT}
2015-04-11 02:06:46 +12:00
skip_cleanup: true
on:
repo: gorhill/uMatrix
tags: true
all_branches: true