summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2016-04-03 13:54:49 -0400
committergorhill <rhill@raymondhill.net>2016-04-03 13:54:49 -0400
commitf1cb8f82317e73a922552cdd4c7b2a1d698bbacf (patch)
treed70ef1ce9387934784bd9186bcd8e698a3dade42
parente397fc1e78b0edcedefdbc0a215a7cd24aa8e6b1 (diff)
if I get it right, this will prevent git-cloning unless creating a tagged release
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 045d3c90..7b92984b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=firefox EXT=xpi
-before_script: pushd ..; git clone https://github.com/uBlockOrigin/uAssets.git; popd
+before_deploy: pushd ..; git clone https://github.com/uBlockOrigin/uAssets.git; popd
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases