antv-l7/.travis.yml

10 lines
108 B
YAML
Raw Normal View History

2019-11-01 17:15:20 +08:00
sudo: false
language: node_js
node_js:
- '8'
branches:
only:
- next
script:
- yarn test
- yarn coveralls