ModelHandle/.travis.yml
2021-03-27 09:43:33 +01:00

14 lines
106 B
YAML

language: node_js
env:
- python
node_js:
- "15"
install:
- npm install
script:
- npm run test