From de568babb95c10c8e5e7a7e84b2d82cdb6e6a284 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Thu, 31 Aug 2017 17:25:20 +0530 Subject: Installs Firefox v46.0 on Travis CI - Selenium v2.53.6 works perfectly with Firefox v46.0. Travis CI is expected to keep upgrading their default linux distribution, which might not have Firefox v46.0 in it's repository. Hence we enforce Travis CI to install Firefox v46.0. Firefox version might have to be changed as the selenium version changes. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c242e62..b2d2a58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,6 @@ script: after_success: - coverage combine - coverage report + +addons: + firefox: "46.0" -- cgit