mirror of https://gitee.com/antv-l7/antv-l7
10 lines
108 B
YAML
10 lines
108 B
YAML
|
sudo: false
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- '8'
|
||
|
branches:
|
||
|
only:
|
||
|
- next
|
||
|
script:
|
||
|
- yarn test
|
||
|
- yarn coveralls
|