www

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

commit 751ab9df081b1c2010b0443fae227585e9dfdd08
parent c95e42240f8266df95a75c59ef8c0d0e72522af3
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 19 Jan 2017 12:38:04 -0500

Use Firefox 50.1.0 for Travis

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

diff --git a/.travis.yml b/.travis.yml @@ -3,7 +3,7 @@ language: cpp compiler: - gcc env: - - FX_VERSION="49.0.2" + - FX_VERSION="50.1.0" matrix: fast_finish: true #allow_failures: @@ -11,8 +11,8 @@ matrix: notifications: email: false install: - - if [ $FX_VERSION = "49.0.2" ]; then - wget -O tarball "https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-release-linux64-add-on-devel/1476892163/firefox-49.0.2.en-US.linux-x86_64-add-on-devel.tar.bz2"; + - 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 - tar xf tarball before_script: