www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6e80207941fa1d198476348be47732e77778eeeb
parent 822ab99a97b45a55c3217be043cc57c9e52c05fc
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 18 Sep 2016 18:36:14 -0400

Restore semicolons between commands in .travis.yml

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -15,8 +15,8 @@ notifications: install: # Use unbranded builds for 'release' and 'beta' - if [ $FX_CHANNEL != "esr" ]; then - URL="`curl -s https://wiki.mozilla.org/Addons/Extension_Signing | sed -n -r \"s/.+https?(:\/\/archive.mozilla.org[^ ]+\/mozilla-${FX_CHANNEL}-linux64-add-on-devel\/[0-9]+\/.+.bz2).+/https\1/p\"`" - wget -O tarball "$URL" + URL="`curl -s https://wiki.mozilla.org/Addons/Extension_Signing | sed -n -r \"s/.+https?(:\/\/archive.mozilla.org[^ ]+\/mozilla-${FX_CHANNEL}-linux64-add-on-devel\/[0-9]+\/.+.bz2).+/https\1/p\"`"; + wget -O tarball "$URL"; fi # Use official build for 'esr' - if [ $FX_CHANNEL == "esr" ]; then