mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Otherwise it could happen that some Mozilla page gets shown which has a minimal size larger than the 786px we're requesting. And the screenshot will span that entire page even if the window is smaller, resulting in a failure to adjust screenshot size. See http://kb.mozillazine.org/Browser.startup.homepage_override.mstone and http://kb.mozillazine.org/Browser.startup.page for details. Just in case, we also include the docker image digests in the travis build log, to increase chances of reproducing what we get there.
14 lines
292 B
YAML
14 lines
292 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
before_script:
|
|
- docker pull selenium/standalone-firefox:2.48.2
|
|
- docker pull selenium/standalone-chrome:2.48.2
|
|
- docker images --no-trunc
|
|
script:
|
|
- npm test
|
|
- dockers/Screenshotter/screenshotter.sh --verify
|