Chore: use lts node version in travis (#10889)

pull/10897/merge
杨奕 2018-04-25 17:32:51 +08:00 committed by GitHub
parent 458d34a820
commit 03e03b9b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: stable node_js: lts/*
before_install: before_install:
- export CHROME_BIN=chromium-browser - export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0 - export DISPLAY=:99.0