summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2016-10-30 10:10:17 -0400
committergorhill <rhill@raymondhill.net>2016-10-30 10:10:17 -0400
commitf3458e95f59be61d3ce6c4844a845b79d62ded6c (patch)
treee3a6b531187536858e0b8e627575755db931cf80 /.travis.yml
parentd740164ae399ddd788beb3c4d81dc9c3ceae75b7 (diff)
add webext as target
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd349786..5f15a978 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=firefox EXT=xpi
+ - BROWSER=webext EXT=zip
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases