brouter-web/.travis.yml
2020-12-05 12:47:31 +01:00

7 lines
91 B
YAML

language: node_js
node_js:
- lts/*
cache: yarn
script:
- yarn test
- yarn lint