We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad3c5f commit e397fc1Copy full SHA for e397fc1
1 file changed
.travis.yml
@@ -4,6 +4,7 @@ env:
4
matrix:
5
- BROWSER=chromium EXT=zip
6
- BROWSER=firefox EXT=xpi
7
+before_script: pushd ..; git clone https://github.com/uBlockOrigin/uAssets.git; popd
8
script: ./tools/make-${BROWSER}.sh all
9
deploy:
10
provider: releases
0 commit comments