shellphone.app/.travis.yml

12 lines
105 B
YAML
Raw Normal View History

2021-07-18 15:32:45 +00:00
language: node_js
node_js:
- node
- 'lts/*'
cache: npm
script:
- npm run build
- npm run test