Files
fastapi-openapi-to-postman/.travis.yml

9 lines
86 B
YAML

language: node_js
dist: 'xenial'
node_js:
- "8"
- "10"
- "12"
- "14"
- "16"