antv-l7/.travis.yml

11 lines
110 B
YAML
Raw Normal View History

2019-11-01 17:15:20 +08:00
sudo: false
language: node_js
node_js:
2019-11-04 13:41:09 +08:00
- '12'
2019-11-01 17:15:20 +08:00
branches:
only:
- next
script:
- yarn test
2019-11-04 13:41:09 +08:00
- yarn coveralls