www

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

commit 134e77b432eb25aabdc184716bfd236f8af50acf
parent c3ba7340c6a02ce6e395b45b23b4a953c6c5bc4a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 24 Jan 2017 02:53:26 -0500

Enable 45 ESR for Travis, since it's still used on Windows

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

diff --git a/.travis.yml b/.travis.yml @@ -4,6 +4,7 @@ compiler: - gcc env: - FX_VERSION="50.1.0" + - FX_VERSION="45.0.2esr" matrix: fast_finish: true #allow_failures: @@ -11,6 +12,9 @@ matrix: notifications: email: false install: + - if [ $FX_VERSION = "45.0.2esr" ]; then + wget -O tarball "https://archive.mozilla.org/pub/firefox/releases/45.0.2esr/linux-x86_64/en-US/firefox-45.0.2esr.tar.bz2"; + fi - if [ $FX_VERSION = "50.1.0" ]; then wget -O tarball "http://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-release-linux64-add-on-devel/1481240107/firefox-50.1.0.en-US.linux-x86_64-add-on-devel.tar.bz2"; fi