Fix ESR build on Travis

This commit is contained in:
Dan Stillman 2016-08-08 03:01:22 -04:00
parent 1db721031c
commit a0571a9a17

View file

@ -21,7 +21,7 @@ install:
fi fi
# Use official build for 'esr' # Use official build for 'esr'
- if [ $FX_CHANNEL == "esr" ]; then - if [ $FX_CHANNEL == "esr" ]; then
wget -O tarball "https://download.mozilla.org/?product=firefox${FX_CHANNEL}-latest&os=linux64&lang=en-US"; wget -O tarball "https://download.mozilla.org/?product=firefox-${FX_CHANNEL}-latest&os=linux64&lang=en-US";
fi fi
- tar xf tarball - tar xf tarball
before_script: before_script: