Skip to content

Commit cf155aa

Browse files
Gazlerjosevalim
authored andcommitted
Lock Firefox version to 54.0 for Travis CI tests (#777)
On Aug 31st 2017 Travis CI updated their default Linux version to 14.04 https://blog.travis-ci.com/2017-08-31-trusty-as-default-status As a result, Firefox was updated to Firefox 55, which has headless support, however, this version of Firefox does not appear to be working with Travis CI. There is an issue being tracked at: travis-ci/travis-ci#8242 For now, the easiest fix is to lock the Firefox version.
1 parent ea561ca commit cf155aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ cache:
2828
directories:
2929
- node_modules
3030
- deps
31+
addons:
32+
firefox: "54.0"

0 commit comments

Comments
 (0)