Files
rrweb/.travis.yml
Justin Halsall a891d141d2 Add type checking to ci (#626)
* Add type checking to ci

* Update @types/node to version 12

We are using node 12 on ci
2026-04-01 12:00:00 +08:00

16 lines
165 B
YAML

language: node_js
os: linux
dist: focal
node_js:
- 12
install:
- yarn
script:
- tsc --noEmit
- xvfb-run --server-args="-screen 0 1920x1080x24" npm test