mirror of https://gitee.com/antv-l7/antv-l7
fix(travis); update node version
This commit is contained in:
parent
109780f9e8
commit
65a910926e
|
@ -1,7 +1,7 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "8"
|
||||
- "12"
|
||||
|
||||
env:
|
||||
matrix:
|
||||
|
@ -11,6 +11,7 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- xvfb
|
||||
- libgconf-2-4
|
||||
|
||||
install:
|
||||
- export DISPLAY=':99.0'
|
||||
|
|
Loading…
Reference in New Issue