rename "debian" target to more accurate "webext"

This commit is contained in:
Raymond Hill 2018-04-27 12:39:43 -04:00
parent 0bf2f27d87
commit 2b460da748
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
6 changed files with 2 additions and 2 deletions

View file

@ -3,8 +3,8 @@ sudo: false
env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=debian EXT=zip
- BROWSER=webext EXT=xpi
- BROWSER=firefox EXT=xpi
- BROWSER=webext EXT=zip
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases