Files
rrweb/.travis.yml
2026-04-01 12:00:00 +08:00

19 lines
247 B
YAML

language: node_js
os: linux
dist: focal
node_js:
- 12
install:
- yarn
script:
- cd packages/rrweb-snapshot
- yarn bundle
- yarn test
- cd ../rrweb
- yarn check-types
- xvfb-run --server-args="-screen 0 1920x1080x24" yarn test