fix(travis); update node version

This commit is contained in:
thinkinggis 2019-08-13 17:43:49 +08:00
parent 90124fdae4
commit 9c9c41d201
1 changed files with 2 additions and 1 deletions

View File

@ -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'