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