antv-l7/.travis.yml

13 lines
134 B
YAML

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