From 2c77c736fcc6fb1f4f16ddd1cdb99b5264ceba41 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 3 Apr 2016 14:16:53 -0400 Subject: [PATCH] fixing travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b92984b9..045d3c906 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