summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2016-04-03 14:16:53 -0400
committergorhill <rhill@raymondhill.net>2016-04-03 14:16:53 -0400
commit2c77c736fcc6fb1f4f16ddd1cdb99b5264ceba41 (patch)
tree6dedbb3b3f0dda9054d6dafb82f57e36337cfcb8 /.travis.yml
parentf1cb8f82317e73a922552cdd4c7b2a1d698bbacf (diff)
fixing travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b92984b..045d3c90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=firefox EXT=xpi
-before_deploy: pushd ..; git clone https://github.com/uBlockOrigin/uAssets.git; popd
+before_script: pushd ..; git clone https://github.com/uBlockOrigin/uAssets.git; popd
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases