shellphone.app/.travis.yml
2021-07-18 23:33:08 +08:00

12 lines
105 B
YAML

language: node_js
node_js:
- node
- 'lts/*'
cache: npm
script:
- npm run build
- npm run test