Files
KaTeX/.travis.yml
Martin von Gagern 9fb04dbb2e Add verification mode to screenshotter
Now Travis can run the screenshotter in verification mode.  The files in the
repository will be seen as the expected outcome, and if the actual result
differs from that, it might be attempted four more times before the test
case is actually deemed failed.  A timeout between page load and screenshot
should allow any possible font issues to settle down.
2015-11-07 16:32:02 +01:00

13 lines
263 B
YAML

language: node_js
node_js:
- stable
sudo: required
services:
- docker
before_script:
- docker pull selenium/standalone-firefox:2.46.0
- docker pull selenium/standalone-chrome:2.46.0
script:
- npm test
- dockers/Screenshotter/screenshotter.sh --verify