diff options
author | maheshgudi | 2017-08-31 17:25:20 +0530 |
---|---|---|
committer | maheshgudi | 2017-08-31 17:40:26 +0530 |
commit | de568babb95c10c8e5e7a7e84b2d82cdb6e6a284 (patch) | |
tree | dbdfa83fdb6be6ab7f0292ccb9762722b9e05335 /.travis.yml | |
parent | 9e0f737c25a5156aa884d27357af0aef1145c4b7 (diff) | |
download | online_test-de568babb95c10c8e5e7a7e84b2d82cdb6e6a284.tar.gz online_test-de568babb95c10c8e5e7a7e84b2d82cdb6e6a284.tar.bz2 online_test-de568babb95c10c8e5e7a7e84b2d82cdb6e6a284.zip |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |