antv-l7/.travis.yml

11 lines
110 B
YAML

sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- next
script:
- yarn test
- yarn coveralls