feat(CI): update Ubuntu and Node versions in Travis

This commit is contained in:
FrancescoBorzi
2019-04-14 13:33:08 +02:00
parent 80db2e2c9c
commit e0ff5570cd

View File

@@ -1,12 +1,14 @@
language: node_js
node_js:
- 8
- '10'
dist: xenial
sudo: required
services:
- xvfb
addons:
chrome: stable
chrome: stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm set progress=false
- npm install