Files
CommunitySolidServer/.travis.yml
2020-09-04 08:49:30 +02:00

16 lines
216 B
YAML

language: node_js
node_js:
- "10"
- "12"
- "14"
- "node"
script:
- npm run build
- npm run lint
- npm run validate
- npm run test
- .travis/validate-package.sh
after_success:
- npm run coveralls
cache: npm