This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plyr/.travis.yml
T
2021-01-29 23:16:15 +11:00

8 lines
101 B
YAML

language: node_js
node_js: lts/*
script:
- bash .travis/omit-dist.sh
- npm run lint
- npm run build