mirror of https://gitee.com/antv-l7/antv-l7
fix(travis): travis nodejs version
This commit is contained in:
parent
c87c163eb0
commit
a7a5d6deb9
|
@ -1,10 +1,10 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- '8'
|
||||
- '12'
|
||||
branches:
|
||||
only:
|
||||
- next
|
||||
script:
|
||||
- yarn test
|
||||
- yarn coveralls
|
||||
- yarn coveralls
|
||||
|
|
Loading…
Reference in New Issue