Skip to content

Commit

Permalink
if I get it right, this will prevent git-cloning unless creating a ta…
Browse files Browse the repository at this point in the history
…gged release
  • Loading branch information
gorhill committed Apr 3, 2016
1 parent e397fc1 commit f1cb8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1cb8f8

Please sign in to comment.