Skip to content

Commit

Permalink
Configured Travis and SauceLabs to run test with Firefox beta
Browse files Browse the repository at this point in the history
This allows to workaround a weird issue with Firefox 54
  • Loading branch information
dpobel committed Jul 28, 2017
1 parent f7a7666 commit 7cb7138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ before_script:
- bower install

addons:
firefox: latest
firefox: latest-beta
apt:
sources:
- google-chrome
Expand Down
2 changes: 1 addition & 1 deletion wct.conf.json
Expand Up @@ -17,7 +17,7 @@
}, {
"browserName": "firefox",
"platform": "macOS 10.12",
"version": "latest"
"version": "beta"
}, {
"browserName": "firefox",
"platform": "Windows 10",
Expand Down

0 comments on commit 7cb7138

Please sign in to comment.