mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
16 lines
216 B
YAML
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
|