mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Fix travis config file to eliminate warnings
This commit is contained in:
parent
c17afddb28
commit
923e9fd8f6
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
sudo: false
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
jobs:
|
||||||
- BROWSER=chromium EXT=zip
|
- BROWSER=chromium EXT=zip
|
||||||
- BROWSER=firefox EXT=xpi
|
- BROWSER=firefox EXT=xpi
|
||||||
- BROWSER=thunderbird EXT=xpi
|
- BROWSER=thunderbird EXT=xpi
|
||||||
|
@ -9,10 +8,9 @@ script: "./tools/make-${BROWSER}.sh ${TRAVIS_TAG}"
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
prerelease: true
|
prerelease: true
|
||||||
api_key:
|
token:
|
||||||
secure: ujdEXakLw9fncnI70udUSrRvB0nNUogGr08/eC5UqS4uf5GJ6W6LAB2kNUIn2BaJujQEdYEeH7nFmRKzbqwQs4N1Qm9qOq75zOV6FP/922lSMuPuKB7rXVNRK88WYs/j7g40JEDKEjEYKGa4m3OGnDnywIoKtAsI3kqcCBOe34A=
|
secure: ujdEXakLw9fncnI70udUSrRvB0nNUogGr08/eC5UqS4uf5GJ6W6LAB2kNUIn2BaJujQEdYEeH7nFmRKzbqwQs4N1Qm9qOq75zOV6FP/922lSMuPuKB7rXVNRK88WYs/j7g40JEDKEjEYKGa4m3OGnDnywIoKtAsI3kqcCBOe34A=
|
||||||
file: dist/build/uBlock0_${TRAVIS_TAG}.${BROWSER}.${EXT}
|
file: dist/build/uBlock0_${TRAVIS_TAG}.${BROWSER}.${EXT}
|
||||||
skip_cleanup: true
|
|
||||||
on:
|
on:
|
||||||
repo: gorhill/uBlock
|
repo: gorhill/uBlock
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue